diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc index 3ae695d..67eb95c 100644 --- a/fastfetch/config.jsonc +++ b/fastfetch/config.jsonc @@ -1,13 +1,12 @@ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { - "source": "opensuse_tumbleweed_small", "color": { "1": "green" }, - "padding": { - "top": 2 - } + // "padding": { + // "top": 2 + // } }, "display": { "separator": " ", diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index 24f341c..c0cfc48 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -1,8 +1,8 @@ -$lockCmd = hyprlock +$lockCmd = pidof hyprlock || hyprlock general { lock_cmd = $lockCmd # dbus/sysd lock command (loginctl lock-session) unlock_cmd = loginctl unlock-session # same as above, but unlock - # before_sleep_cmd = $lockCmd # command ran before sleep + before_sleep_cmd = $lockCmd # command ran before sleep # after_sleep_cmd = $lockCmd # command ran after sleep ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam) } diff --git a/hypr/hyprland-window-switcher.sh b/hypr/hyprland-window-switcher.sh deleted file mode 100755 index 7724626..0000000 --- a/hypr/hyprland-window-switcher.sh +++ /dev/null @@ -1 +0,0 @@ -hyprctl dispatch focuswindow address:"$(hyprctl -j clients | jq -r '.[]|select(.address != "" and .title != "")|(.class + "\t" + .address + "\t" + .title)' | wofi --show dmenu | cut -f2)" diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index a7a79b9..7a74a79 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -179,7 +179,7 @@ source = ~/.config/hypr/rofi.conf bind = $mainMod, Q, exec, kitty bind = $mainMod, C, killactive, -# bind = $mainMod, M, exit, +bind = $mainMod, M, exit, bind = $mainMod, E, exec, dolphin bind = $mainMod, V, togglefloating, bind = $mainMod, F, fullscreen, 1 @@ -194,13 +194,18 @@ bind = $mainMod, F12, exec, grimblast --cursor --notify --freeze save screen bind = $mainMod_SHIFT, F12, exec, grimblast --cursor --notify --freeze save active bind = $mainMod SHIFT, P, pin bind = $mainMod SHIFT, B, exec, firefox - # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d +# Move focus with mainMod + h/j/k/l +bind = $mainMod_SHIFT, h, movefocus, l +bind = $mainMod_SHIFT, j, movefocus, d +bind = $mainMod_SHIFT, k, movefocus, u +bind = $mainMod_SHIFT, l, movefocus, r + # Cycle through windows # bind = SHIFT_CTRL,W, cyclenext diff --git a/hypr/rofi.conf b/hypr/rofi.conf index ca639fa..aa4bdf2 100644 --- a/hypr/rofi.conf +++ b/hypr/rofi.conf @@ -1,6 +1,6 @@ bind = $mainMod, R, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m drun bind = $mainMod, B, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m run -bind = $mainMod, W, exec, ~/.config/hypr/hyprland-window-switcher.sh +bind = $mainMod, W, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m window bind = $mainMod_ALT, B, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m filebrowser bind = $mainMod, X, exec, ~/.config/rofi/powermenu/type-6/powermenu.sh bind = $secondaryMod, V, exec, ~/.config/rofi/applets/bin/volume.sh diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 9ac57c0..ac66256 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1270,7 +1270,7 @@ background_opacity 0.97 #: kitty will cycle through various known editors (vim, emacs, etc.) #: and take the first one that exists on your system. -# close_on_child_death no +close_on_child_death yes #: Close the window when the child process (shell) exits. With the #: default value no, the terminal will remain open when the child diff --git a/nvim/lua/themystery/remap.lua b/nvim/lua/themystery/remap.lua index d6e8459..1aea14c 100644 --- a/nvim/lua/themystery/remap.lua +++ b/nvim/lua/themystery/remap.lua @@ -51,7 +51,7 @@ vim.keymap.set("n", "bd", "bd") vim.keymap.set("n", "bda", ":%bd|e#") -vim.keymap.set("n", "", function() - vim.cmd("so") -end) +-- vim.keymap.set("n", "", function() +-- vim.cmd("so") +-- end)