updated i3 config
This commit is contained in:
parent
1355818f17
commit
54ca748e83
1 changed files with 4 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ for_window [class="krunner"] floating enable; border none
|
||||||
for_window [class="Kmix"] floating enable; border none
|
for_window [class="Kmix"] floating enable; border none
|
||||||
for_window [class="Klipper"] floating enable; border none
|
for_window [class="Klipper"] floating enable; border none
|
||||||
for_window [class="Plasmoidviewer"] floating enable; border none
|
for_window [class="Plasmoidviewer"] floating enable; border none
|
||||||
for_window [class="(?i)*nextcloud*"] floating disable
|
# for_window [class="(?i)*nextcloud*"] floating disable
|
||||||
for_window [class="plasmashell" window_type="notification"] border none, move position 70 ppt 81 ppt
|
for_window [class="plasmashell" window_type="notification"] border none, move position 70 ppt 81 ppt
|
||||||
no_focus [class="plasmashell" window_type="notification"]
|
no_focus [class="plasmashell" window_type="notification"]
|
||||||
|
|
||||||
|
|
@ -21,10 +21,11 @@ exec_always --no-startup-id picom -cb
|
||||||
|
|
||||||
font pango:Noto Sans 14
|
font pango:Noto Sans 14
|
||||||
|
|
||||||
bindsym $mod+t exec qterminal
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
bindsym $mod+Return exec konsole
|
bindsym $mod+Ctrl+Shift+l exec "i3lock -i $HOME/Wallpaper/lockscreen.png"
|
||||||
|
|
||||||
|
bindsym $mod+Return exec "konsole --hide-menubar"
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
bindsym $mod+d exec dmenu_run
|
bindsym $mod+d exec dmenu_run
|
||||||
bindsym $mod+Shift+c reload
|
bindsym $mod+Shift+c reload
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue