Upload files to "i3"
This commit is contained in:
parent
9d9cab4665
commit
a62c3b8173
@ -22,6 +22,7 @@ font pango:NotoSans 12
|
||||
# Start XDG autostart .desktop files using dex. See also
|
||||
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
||||
exec --no-startup-id dex --autostart --environment i3
|
||||
exec --no-startup-id xrandr --output HDMI-0 --mode 1920x1080 --rate 120
|
||||
|
||||
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
|
||||
# they are included here as an example. Modify as you see fit.
|
||||
@ -46,8 +47,6 @@ exec --no-startup-id owncloud
|
||||
exec --no-startup-id pasystray
|
||||
exec --no-startup-id polybar
|
||||
exec --no-startup-id xset m 1/1 0
|
||||
bindsym $mod+t exec --no-startup-id xinput disable 11
|
||||
bindsym $mod+Shift+t exec --no-startup-id xinput enable 11
|
||||
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
|
||||
@ -62,6 +61,9 @@ bindsym XF86AudioPlay exec playerctl play
|
||||
bindsym XF86AudioPause exec playerctl pause
|
||||
bindsym XF86AudioNext exec playerctl next
|
||||
bindsym XF86AudioPrev exec playerctl previous
|
||||
|
||||
bindsym $mod+Shift+comma exec playerctl next
|
||||
bindsym $mod+Shift+period exec playerctl previous
|
||||
bindcode $mod+61 exec playerctl play-pause
|
||||
bindcode $mod+60 exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.02+ --limit 1 && $refresh_i3status
|
||||
bindcode $mod+59 exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.02- --limit 0 && $refresh_i3status
|
||||
|
Loading…
x
Reference in New Issue
Block a user