yeag
This commit is contained in:
parent
f8a5302e8d
commit
df3f846061
|
@ -16,8 +16,8 @@
|
||||||
logo = {
|
logo = {
|
||||||
type = "kitty-direct";
|
type = "kitty-direct";
|
||||||
source = ../resources/fetch.png;
|
source = ../resources/fetch.png;
|
||||||
width = 31;
|
width = 32;
|
||||||
height = 15;
|
height = 16;
|
||||||
padding = {
|
padding = {
|
||||||
top = 1;
|
top = 1;
|
||||||
left = 2;
|
left = 2;
|
||||||
|
@ -31,6 +31,7 @@
|
||||||
{ type = "host"; format = "{3}"; }
|
{ type = "host"; format = "{3}"; }
|
||||||
{ type = "os"; format = "{2}"; }
|
{ type = "os"; format = "{2}"; }
|
||||||
"de"
|
"de"
|
||||||
|
{ type = "wm"; format = "{2}"; }
|
||||||
"shell"
|
"shell"
|
||||||
"kernel"
|
"kernel"
|
||||||
{ type = "cpu"; format = "{1}"; }
|
{ type = "cpu"; format = "{1}"; }
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
bindsym Mod4+p exec --no-startup-id ${extra.cpypsk}
|
bindsym Mod4+p exec --no-startup-id ${extra.cpypsk}
|
||||||
bindsym Mod4+Return exec --no-startup-id wezterm
|
bindsym Mod4+Return exec --no-startup-id wezterm
|
||||||
bindsym Mod4+BackSpace exec --no-startup-id firefox
|
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+Prior exec --no-startup-id ${extra.eyezoom} eye
|
||||||
bindsym Mod1+Next exec --no-startup-id ${extra.eyezoom} default
|
bindsym Mod1+Next exec --no-startup-id ${extra.eyezoom} default
|
||||||
|
@ -36,8 +36,6 @@
|
||||||
bindsym Mod4+Shift+q kill
|
bindsym Mod4+Shift+q kill
|
||||||
bindsym Mod4+Shift+r restart
|
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+t split toggle
|
||||||
|
|
||||||
bindsym Mod4+f fullscreen toggle
|
bindsym Mod4+f fullscreen toggle
|
||||||
|
@ -74,7 +72,6 @@
|
||||||
bindsym Mod4+Shift+8 move container to workspace number $ws8
|
bindsym Mod4+Shift+8 move container to workspace number $ws8
|
||||||
bindsym Mod4+Shift+9 move container to workspace number $ws9
|
bindsym Mod4+Shift+9 move container to workspace number $ws9
|
||||||
|
|
||||||
# change focus
|
|
||||||
bindsym Mod4+h focus left
|
bindsym Mod4+h focus left
|
||||||
bindsym Mod4+j focus down
|
bindsym Mod4+j focus down
|
||||||
bindsym Mod4+k focus up
|
bindsym Mod4+k focus up
|
||||||
|
@ -85,6 +82,11 @@
|
||||||
bindsym Mod4+Shift+k move up
|
bindsym Mod4+Shift+k move up
|
||||||
bindsym Mod4+Shift+l move right
|
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
|
# plasma stuff
|
||||||
exec --no-startup-id wmctrl -c Plasma
|
exec --no-startup-id wmctrl -c Plasma
|
||||||
for_window [title="Desktop @*"] kill; floating enable; border none
|
for_window [title="Desktop @*"] kill; floating enable; border none
|
||||||
|
@ -99,7 +101,7 @@
|
||||||
for_window [class="krunner"] floating enable; border none
|
for_window [class="krunner"] floating enable; border none
|
||||||
for_window [class="Plasmoidviewer"] floating enable; border none
|
for_window [class="Plasmoidviewer"] floating enable; border none
|
||||||
for_window [title="plasma-desktop"] 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"]
|
no_focus [class="plasmashell" window_type="notification"]
|
||||||
|
|
||||||
for_window [window_role="pop-up"] floating enable
|
for_window [window_role="pop-up"] floating enable
|
||||||
|
|
Loading…
Reference in New Issue
Block a user