updates
This commit is contained in:
@@ -68,8 +68,8 @@ bindsym $mod+space focus mode_toggle
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
bindsym $mod+Ctrl+space sticky toggle
|
||||
|
||||
bindsym $mod+Shift+c exec picom-trans -c -10
|
||||
bindsym $mod+c exec picom-trans -c +10
|
||||
bindsym $mod+Shift+p exec picom-trans -c -10
|
||||
bindsym $mod+p exec picom-trans -c +10
|
||||
|
||||
bindsym $mod+minus scratchpad show
|
||||
bindsym $mod+Shift+minus move scratchpad
|
||||
@@ -106,10 +106,16 @@ bindsym $mod+Shift+F6 exec i3-sensible-terminal -e 'ncspot'
|
||||
bindsym $mod+F9 exec --no-startup-id picom -b
|
||||
bindsym $mod+Shift+F9 exec --no-startup-id pkill picom
|
||||
bindsym $mod+Shift+F10 --release exec "killall dunst; exec notify-send 'restart dunst'"
|
||||
bindsym $mod+F11 exec "setxkbmap -layout no -model pc105 -variant nodeadkeys -option && setxkbmap -layout no -model pc105 -variant nodeadkeys -option caps:escape"
|
||||
bindsym $mod+Shift+F11 exec "setxkbmap -layout no -model pc105 -variant nodeadkeys -option && setxkbmap -layout no -model pc105 -variant nodeadkeys -option caps:backspace"
|
||||
bindsym $mod+F12 exec "xrandr --output DP-0 --mode 5120x1440 --primary"
|
||||
bindsym $mod+Shift+F12 exec "xrandr --output DP-0 --mode 2560x1440 --primary"
|
||||
|
||||
bindsym $mod+0 mode "$mode_system"
|
||||
bindsym $mod+z mode "resize"
|
||||
bindsym $mod+g mode "$mode_gaps"
|
||||
bindsym $mod+c exec qalculate-gtk
|
||||
bindsym $mod+u exec zulip
|
||||
|
||||
# Workspace names
|
||||
set $ws1 "1"
|
||||
@@ -175,6 +181,8 @@ bindsym $mod+Shift+Next move container to workspace $ws0; workspace $ws0
|
||||
for_window [class=".*"] border pixel 3
|
||||
for_window [class="GParted"] floating enable border normal
|
||||
for_window [class="Lightdm-settings"] floating enable
|
||||
for_window [class="Qalculate-gtk"] floating enable sticky enable border normal
|
||||
for_window [class="Zulip"] floating enable sticky enable border normal
|
||||
for_window [class="Lxappearance"] floating enable sticky enable border normal
|
||||
for_window [class="Manjaro-hello"] floating enable
|
||||
for_window [class="Manjaro Settings Manager"] floating enable border normal
|
||||
|
||||
Reference in New Issue
Block a user