update config
This commit is contained in:
parent
f610209aff
commit
ae92148089
34 changed files with 387 additions and 240 deletions
|
@ -4,7 +4,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|||
|
||||
# applets
|
||||
exec --no-startup-id nm-applet
|
||||
exec volumeicon
|
||||
exec --no-startup-id volumeicon
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||
|
@ -126,16 +126,14 @@ bindsym Mod4+Button7 resize grow width 10 px or 10 ppt
|
|||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3blocks
|
||||
tray_output HDMI-A-0
|
||||
tray_output HDMI-1
|
||||
|
||||
}
|
||||
|
||||
####session management
|
||||
bindsym Mod4+grave exec screens 4
|
||||
bindsym Control+Shift+q kill
|
||||
#bindsym Control+Shift+c reload
|
||||
bindsym Control+Shift+r restart
|
||||
#bindsym Control+Mod1+p exec i3-msg exit
|
||||
bindsym Control+Mod1+p exec xfce4-session-logout --logout
|
||||
bindsym Control+Mod1+bracketright exec i3lock -c 000000
|
||||
bindsym Control+Mod1+Delete exec i3-sensible-terminal -e 'sh $scripts/setup.sh off'
|
||||
|
@ -163,20 +161,6 @@ bindsym Mod4+b exec mousepad
|
|||
|
||||
bindsym --release Mod4+u exec sh $scripts/shortcuts.sh searchbar
|
||||
|
||||
####Function keys
|
||||
#bindsym F1 exec playerctl play-pause
|
||||
#bindsym F2 exec playerctl stop
|
||||
#bindsym F3 exec playerctl previous
|
||||
#bindsym F4 exec playerctl next
|
||||
#bindsym F5 exec --no-startup-id pactl set-sink-mute 0 toggle
|
||||
#bindsym F6 exec --no-startup-id pactl set-sink-volume 0 -5%
|
||||
#bindsym F7 exec --no-startup-id pactl set-sink-volume 0 +5%
|
||||
#bindsym --release F8 exec xdotool key Shift+Alt+b
|
||||
#bindsym --release F8 exec xdotool key s
|
||||
#bindsym --release F3 exec xdotool key p
|
||||
#bindsym --release F4 exec xdotool key n
|
||||
#bindsym --release F1 exec xdotool key space
|
||||
|
||||
#########XP-pen
|
||||
#bindsym Mod1+Up exec sh $scripts/remote/xp.sh q_up
|
||||
#bindsym Mod1+Down exec sh $scripts/remote/xp.sh q_down
|
||||
|
@ -194,24 +178,17 @@ bindsym --release Mod1+0 exec sh $scripts/remote/xp.sh k10
|
|||
|
||||
####startup
|
||||
exec --no-startup-id sh $scripts/init.sh
|
||||
#workspace 1 output HDMI-2
|
||||
#workspace 2 output DP-5
|
||||
#workspace 3 output DP-6
|
||||
|
||||
workspace 1 output HDMI-A-0
|
||||
workspace 2 output DisplayPort-1
|
||||
workspace 3 output DisplayPort-2
|
||||
workspace 1 output HDMI-1
|
||||
workspace 2 output DP-2
|
||||
workspace 3 output DP-3
|
||||
|
||||
exec_always --no-startup-id feh --bg-scale /home/fred/Pictures/wallpaper/800252.png
|
||||
exec i3-sensible-terminal -e 'vpn'
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
|
||||
exec --no-startup-id xset dpms 0 0 600 &
|
||||
exec --no-startup-id xss-lock -- i3lock -c 000000 &
|
||||
#exec --no-startup-id numlockx o
|
||||
exec_always --no-startup-id exec sh $scripts/setup.sh sync
|
||||
exec --no-startup-id xbindkeys
|
||||
exec --no-startup-id i3-msg 'workspace 3; exec firefox'
|
||||
exec --no-startup-id solaar --window=hide
|
||||
exec --no-startup-id input-remapper-control --command autoload
|
||||
#exec --no-startup-id /usr/lib/pentablet/PenTablet
|
||||
#for_window [class="PenTablet"] move scratchpad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue