Petites configs
parent
9ba30cfd0f
commit
9018394ec9
|
|
@ -30,5 +30,5 @@ exec python3 $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.95
|
||||||
|
|
||||||
# wallpaper
|
# wallpaper
|
||||||
output * bg /usr/share/backgrounds/nakedeb-logo.jpg fill
|
output * bg /usr/share/backgrounds/nakedeb-logo.jpg fill
|
||||||
exec_always --no-startup-id "$HOME/.config/sway/scripts/wallrdm"
|
#exec_always --no-startup-id "$HOME/.config/sway/scripts/wallrdm"
|
||||||
#exec --no-startup-id "while $HOME/.config/sway/scripts/wallrdm; do sleep 180; done"
|
exec --no-startup-id "while $HOME/.config/sway/scripts/wallrdm; do sleep 180; done"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ bindsym $mod+Ctrl+w exec --no-startup-id "nakedwalls"
|
||||||
bindsym $mad+Ctrl+w exec --no-startup-id "$HOME/.config/sway/scripts/wallrdm"
|
bindsym $mad+Ctrl+w exec --no-startup-id "$HOME/.config/sway/scripts/wallrdm"
|
||||||
|
|
||||||
# screenshot
|
# screenshot
|
||||||
bindsym Print exec "grim $HOME/screenshot-$(date +%Y%m%d-%H%M%S).png"
|
bindsym $mad+p exec 'grim -g "$(slurp)" - | wl-copy'
|
||||||
|
|
||||||
# apps launchers keybinds
|
# apps launchers keybinds
|
||||||
bindsym $mad+r exec "$term --title=filer --app-id=filer lf"
|
bindsym $mad+r exec "$term --title=filer --app-id=filer lf"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Basics:
|
# Basics:
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mad+q kill
|
||||||
# Drag floating windows by holding down $mod and left mouse button.
|
# Drag floating windows by holding down $mod and left mouse button.
|
||||||
# Resize them with right mouse button + $mod.
|
# Resize them with right mouse button + $mod.
|
||||||
floating_modifier $mod normal
|
floating_modifier $mod normal
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue