Some hypr configurations, added rclone and renabled KDE
This commit is contained in:
@@ -41,7 +41,8 @@ $notifications = swaync-client -t -sw
|
||||
exec-once = hyprctl plugin load "$HYPR_PLUGIN_DIR/lib/libhyprbars.so"
|
||||
|
||||
# exec-once = waybar & hyprpaper
|
||||
exec-once = swaync
|
||||
exec-once = swaync & waybar
|
||||
exec-once = rclone-ui
|
||||
|
||||
# I can't paste in discord if this is enabled
|
||||
# exec-once = wl-clip-persist --clipboard regular # Persist pasting after app closes
|
||||
@@ -205,7 +206,7 @@ input {
|
||||
|
||||
# Keyboard
|
||||
kb_layout = us,il
|
||||
kb_options = caps:escape,grp:alt_shift_toggle
|
||||
kb_options = caps:escape
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_rules =
|
||||
@@ -216,6 +217,8 @@ input {
|
||||
float_switch_override_focus = 0
|
||||
}
|
||||
|
||||
bindr = ALT, SHIFT, exec, hyprctl switchxkblayout current next
|
||||
|
||||
# Mouse
|
||||
device {
|
||||
name = logitech-g305-1
|
||||
@@ -270,7 +273,7 @@ bind = SUPER, H, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
|
||||
|
||||
# Terminal
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
workspace = 1, default:true, on-created-empty: $terminal -e "k switch $HOME"
|
||||
workspace = 1, default:true, on-created-empty: K_SWITCH_HOME= $terminal
|
||||
|
||||
# Browser
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
|
||||
4
.zshrc
4
.zshrc
@@ -130,3 +130,7 @@ if [[ ! -d "$HOME/.config/tmux/plugins/catppuccin" ]]; then
|
||||
mkdir -p $HOME/.config/tmux/plugins/catppuccin
|
||||
git clone -b v2.1.2 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux
|
||||
fi
|
||||
|
||||
if [ -v K_SWITCH_HOME ]; then
|
||||
k switch $HOME
|
||||
fi
|
||||
|
||||
@@ -68,6 +68,8 @@
|
||||
kdePackages.qt5compat
|
||||
kdePackages.qt6ct
|
||||
kdePackages.breeze-icons
|
||||
kopia-ui
|
||||
rclone-ui
|
||||
|
||||
# Communication
|
||||
wasistlos # Whatsapp
|
||||
@@ -122,9 +124,9 @@
|
||||
nh
|
||||
kondo # Cleans build caches
|
||||
kopia
|
||||
kopia-ui
|
||||
appimage-run
|
||||
grim
|
||||
rclone
|
||||
];
|
||||
|
||||
# VPN for Vault Hunters to avoid connection issues
|
||||
|
||||
Reference in New Issue
Block a user