Update i3 settings to work with new bin repo

master
Ian Mancini 5 years ago
parent 633a0d79f8
commit 1a66fa7c56

@ -132,7 +132,7 @@ bindsym $mod+shift+x exec betterlockscreen -l dim
# Program shortcuts
# Scrot
bindsym --release Print exec $HOME/.bin/scrot
bindsym --release Print exec $HOME/.bin/scrot-screen
bindsym --release Shift+Print exec $HOME/.bin/scrot-area
# pcmanfm
@ -143,7 +143,7 @@ bindsym $mod+c exec --no-startup-id chromium
# Rofi
bindsym $mod+d exec --no-startup-id rofi -show run
#bindsym $mod+Shift+Tab exec --no-startup-id rofi -show window
bindsym $mod+Shift+w exec --no-startup-id rofi -show window
bindsym $mod+Shift+s exec --no-startup-id rofi -show ssh
bindsym $mod+Shift+e exec --no-startup-id rofimoji
bindsym $mod+Shift+p exec --no-startup-id ~/.bin/rofi-passmenu
@ -185,7 +185,6 @@ bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10
# Assign clients to workspaces
assign [class="^Nautilus$"] → $ws1
assign [class="^pcmanfm$"] → $ws1
assign [class="^Pcmanfm$"] → $ws1
@ -237,10 +236,10 @@ for_window [class="^Arandr$"] floating enable
# Autostart #
#############
exec_always $HOME/.bin/fehbg $HOME/Pictures/wall.png
exec_always $HOME/.bin/bg-feh $HOME/Pictures/wallpapers
exec_always xmodmap ~/.Xmodmap
exec_always $HOME/.bin/setxkbmap
exec_always --no-startup-id $HOME/.bin/dunst
exec_always $HOME/.bin/set-keyboard_layout
exec_always --no-startup-id $HOME/.bin/launch-dunst
#exec_always compton --config $HOME/.config/compton/compton.conf
#exec_always $HOME/.bin/conky

Loading…
Cancel
Save