Update sway configs.

* Change touchpad input configuration to "*", so it acts on all inputs.

* Add shortcut for launching MPV with clipboard as the argument (useful
for viewing youtube videos with hardware acceleration).

* Add rule to push Zathura to the P workspace.

* Add background image to swaylock.

* Enable cache in wofi.
This commit is contained in:
Érico Rolim 2020-03-12 13:57:59 -03:00
parent 6055d259ea
commit 5a1ea835d3
3 changed files with 7 additions and 2 deletions

View File

@ -46,8 +46,7 @@ input * {
}
bindsym $mod+Space exec keyboard_layout_switcher
# Touchpad
set $touchpad "1739:31251:SYNA2393:00_06CB:7A13_Touchpad"
input $touchpad {
input * {
tap enabled
natural_scroll disabled
}
@ -79,6 +78,8 @@ bindsym $mod+Return exec $term
bindsym $mod+t exec $term -e start-tmux
# Start a terminal with music tmux
bindsym $mod+Mod1+m exec $term -e start-tmux-music
# Start MPV with clipboard as arg
bindsym $mod+Mod1+p exec bash -c "mpv `wl-paste`"
# Launch editor
bindsym $mod+Shift+w exec $editor
# Start Dolphin file browser
@ -256,6 +257,7 @@ assign [app_id="Kicad"] $wsn
assign [title="CubeMX"] $wsn
# PDF
assign [app_id="okular"] $wsp
assign [app_id="zathura"] $wsp
## Application specific settings
for_window [app_id="krunner"] floating enable

View File

@ -2,4 +2,5 @@
daemonize
color=000000
image=~/Pictures/wallpaper.png

View File

@ -4,3 +4,5 @@ prompt=Hello!
normal_window=false
allow_images=true
cache=~/.cache/wofi