From df3f846061f24cb330fed3c613c703b4606b0d7a Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Thu, 17 Oct 2024 02:24:17 +0200 Subject: [PATCH] yeag --- home-manager/fetch.nix | 5 +++-- home-manager/i3.nix | 12 +++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/home-manager/fetch.nix b/home-manager/fetch.nix index e201e9e..4e0bca5 100644 --- a/home-manager/fetch.nix +++ b/home-manager/fetch.nix @@ -16,8 +16,8 @@ logo = { type = "kitty-direct"; source = ../resources/fetch.png; - width = 31; - height = 15; + width = 32; + height = 16; padding = { top = 1; left = 2; @@ -31,6 +31,7 @@ { type = "host"; format = "{3}"; } { type = "os"; format = "{2}"; } "de" + { type = "wm"; format = "{2}"; } "shell" "kernel" { type = "cpu"; format = "{1}"; } diff --git a/home-manager/i3.nix b/home-manager/i3.nix index fc1021b..62d8c82 100644 --- a/home-manager/i3.nix +++ b/home-manager/i3.nix @@ -11,7 +11,7 @@ bindsym Mod4+p exec --no-startup-id ${extra.cpypsk} bindsym Mod4+Return exec --no-startup-id wezterm bindsym Mod4+BackSpace exec --no-startup-id firefox - bindsym Mod4+Shift+l exec --no-startup-id slock + bindsym Mod4+s exec --no-startup-id slock bindsym Mod1+Prior exec --no-startup-id ${extra.eyezoom} eye bindsym Mod1+Next exec --no-startup-id ${extra.eyezoom} default @@ -36,8 +36,6 @@ bindsym Mod4+Shift+q kill bindsym Mod4+Shift+r restart - bindsym Control_L+Mod4+v split vertical - bindsym Control_L+Mod4+h split horizontal bindsym Mod4+t split toggle bindsym Mod4+f fullscreen toggle @@ -74,7 +72,6 @@ bindsym Mod4+Shift+8 move container to workspace number $ws8 bindsym Mod4+Shift+9 move container to workspace number $ws9 - # change focus bindsym Mod4+h focus left bindsym Mod4+j focus down bindsym Mod4+k focus up @@ -85,6 +82,11 @@ bindsym Mod4+Shift+k move up bindsym Mod4+Shift+l move right + bindsym Mod4+Control+h resize grow left + bindsym Mod4+Control+j resize grow down + bindsym Mod4+Control+k resize grow up + bindsym Mod4+Control+l resize grow right + # plasma stuff exec --no-startup-id wmctrl -c Plasma for_window [title="Desktop @*"] kill; floating enable; border none @@ -99,7 +101,7 @@ for_window [class="krunner"] floating enable; border none for_window [class="Plasmoidviewer"] floating enable; border none for_window [title="plasma-desktop"] floating enable; border none - for_window [class="plasmashell" window_type="notification"] floating enable, border none, move position 1450px 20px + for_window [class="plasmashell" window_type="notification"] floating enable, border none no_focus [class="plasmashell" window_type="notification"] for_window [window_role="pop-up"] floating enable