mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-06 03:19:28 +00:00
Updates
This commit is contained in:
parent
7991149bd9
commit
8524f1496d
4 changed files with 25 additions and 8 deletions
|
|
@ -57,3 +57,13 @@ for_window [class="AlacrittyFloating"] floating enable, move position center
|
|||
|
||||
# Open sxiv in fullscreen mode
|
||||
for_window [class="Sxiv"] fullscreen
|
||||
|
||||
# Open specific applications in floating mode
|
||||
for_window [title="alsamixer"] floating enable border pixel 1
|
||||
for_window [class="gnome-disks"] floating enable border pixel 1
|
||||
for_window [class="Galculator"] floating enable border pixel 1
|
||||
for_window [class="GParted"] floating enable border normal
|
||||
for_window [class="Lxappearance"] floating enable sticky enable border normal
|
||||
for_window [class="Pavucontrol"] floating enable
|
||||
for_window [class="qt5ct"] floating enable sticky enable border normal
|
||||
for_window [class="Simple-scan"] floating enable border normal
|
||||
|
|
|
|||
|
|
@ -62,6 +62,10 @@ bindcode $mod+Shift+Mod2+80 move container to workspace 8
|
|||
bindcode $mod+Shift+Mod2+81 move container to workspace 9
|
||||
bindcode $mod+Shift+Mod2+90 move container to workspace 10
|
||||
|
||||
# workspace back and forth
|
||||
workspace_auto_back_and_forth yes
|
||||
bindsym $mod+b workspace back_and_forth
|
||||
|
||||
######################################
|
||||
# Assignments
|
||||
# bind program to workspace and focus to them on startup:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
super + shift + h
|
||||
mupdf "$HOME/.config/guide.pdf"
|
||||
|
||||
alt + v
|
||||
alt + x
|
||||
alacritty -e "ranger" ~/Downloads/Watch
|
||||
|
||||
alt + c
|
||||
|
|
@ -10,7 +10,7 @@ alt + c
|
|||
alt + t
|
||||
source ~/.config/scripts/themes.sh
|
||||
|
||||
alt + s
|
||||
Print
|
||||
feh -F "$HOME/Pictures/schedule.png"
|
||||
|
||||
alt + b
|
||||
|
|
@ -21,10 +21,10 @@ alt + y
|
|||
|
||||
# BG Selector
|
||||
|
||||
super + F1
|
||||
F1
|
||||
source ~/.config/scripts/wallpaper-single-display.sh
|
||||
|
||||
super + F2
|
||||
F2
|
||||
source ~/.config/scripts/wallpaper-double-display.sh
|
||||
|
||||
# Programs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue