Update default configs
This commit is contained in:
@@ -19,7 +19,7 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec terminal
|
||||
bindsym $mod+Return exec urxvt
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+Q kill
|
||||
@@ -27,8 +27,9 @@ bindsym $mod+Shift+Q kill
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+d exec dmenu_run
|
||||
|
||||
# Lock screen
|
||||
bindsym $mod+Mod1+del exec xscreensaver-command -lock
|
||||
# Lock screen
|
||||
bindsym $mod+Mod1+l exec xscreensaver-command -lock
|
||||
#bindsym $mod+Mod1+l exec i3lock -c cccccc -i ~/Pictures/bg.png
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
@@ -93,16 +94,28 @@ bindsym $mod+9 workspace 9
|
||||
bindsym $mod+0 workspace 10
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+plus move workspace 1
|
||||
bindsym $mod+Shift+quotedbl move workspace 2
|
||||
bindsym $mod+Shift+asterisk move workspace 3
|
||||
bindsym $mod+Shift+ccedilla move workspace 4
|
||||
# fr_CH layout
|
||||
#bindsym $mod+Shift+plus move workspace 1
|
||||
#bindsym $mod+Shift+quotedbl move workspace 2
|
||||
#bindsym $mod+Shift+asterisk move workspace 3
|
||||
#bindsym $mod+Shift+ccedilla move workspace 4
|
||||
#bindsym $mod+Shift+percent move workspace 5
|
||||
#bindsym $mod+Shift+ampersand move workspace 6
|
||||
#bindsym $mod+Shift+slash move workspace 7
|
||||
#bindsym $mod+Shift+parenleft move workspace 8
|
||||
#bindsym $mod+Shift+parenright move workspace 9
|
||||
#bindsym $mod+Shift+equal move workspace 10
|
||||
# us_en Layout
|
||||
bindsym $mod+Shift+exclam move workspace 1
|
||||
bindsym $mod+Shift+at move workspace 2
|
||||
bindsym $mod+Shift+numbersign move workspace 3
|
||||
bindsym $mod+Shift+dollar move workspace 4
|
||||
bindsym $mod+Shift+percent move workspace 5
|
||||
bindsym $mod+Shift+ampersand move workspace 6
|
||||
bindsym $mod+Shift+slash move workspace 7
|
||||
bindsym $mod+Shift+parenleft move workspace 8
|
||||
bindsym $mod+Shift+parenright move workspace 9
|
||||
bindsym $mod+Shift+equal move workspace 10
|
||||
bindsym $mod+Shift+asciicircum move workspace 6
|
||||
bindsym $mod+Shift+ampersand move workspace 7
|
||||
bindsym $mod+Shift+asterisk move workspace 8
|
||||
bindsym $mod+Shift+parenleft move workspace 9
|
||||
bindsym $mod+Shift+parenright move workspace 10
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+C reload
|
||||
@@ -153,14 +166,19 @@ bindsym $mod+r mode "resize"
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
exec xscreensaver
|
||||
exec eval $(cat ~/.fehbg)
|
||||
#exec i3status | i3bar --dock=top --font '-misc-liberation mono-medium-r-*-*-*-*-*-*-*-*-iso8859-*'
|
||||
exec xscreensaver -no-splash
|
||||
exec alsactl restore
|
||||
exec sh ~/.fehbg
|
||||
|
||||
#If you have several keyboard layout, to enable switching between them
|
||||
#exec setxkbmap -option 'grp:menu_toggle' 'us,ch(fr)'
|
||||
|
||||
bar {
|
||||
status_command i3status
|
||||
position top
|
||||
position top
|
||||
workspace_buttons yes
|
||||
font -misc-liberation mono-medium-r-*-*-*-*-*-*-*-*-iso8859-*
|
||||
#font -misc-liberation mono-medium-r-*-*-*-*-*-*-*-*-iso8859-*
|
||||
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||
|
||||
colors {
|
||||
background #333333
|
||||
|
||||
Reference in New Issue
Block a user