i3: make config more similar to herbstluft one
This commit is contained in:
@ -1,13 +1,13 @@
|
|||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
set $terminal kitty
|
set $terminal kitty
|
||||||
set $browser brave
|
set $browser firefox
|
||||||
set $calculator "rofi -show calc"
|
set $calculator "rofi -show calc"
|
||||||
set $calendar "$terminal -e nvim +Agenda"
|
set $calendar "$terminal -e nvim +Agenda"
|
||||||
set $feed_reader "$terminal -e newsboat"
|
set $feed_reader "$terminal -e newsboat"
|
||||||
set $file_manager thunar
|
set $file_manager thunar
|
||||||
set $launcher "rofi -show run"
|
set $launcher "rofi -show run"
|
||||||
set $music_player "$terminal -e ncmpcpp"
|
set $music_player "kitty -e ncmpcpp"
|
||||||
set $screen_locker "i3lock -c 000000"
|
set $screen_locker "i3lock -c 000000"
|
||||||
|
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ tiling_drag modifier titlebar
|
|||||||
|
|
||||||
# basics
|
# basics
|
||||||
bindsym $mod+w kill
|
bindsym $mod+w kill
|
||||||
bindsym $mod+t reload
|
bindsym $mod+r reload
|
||||||
|
|
||||||
# focus
|
# focus
|
||||||
bindsym $mod+h focus left
|
bindsym $mod+h focus left
|
||||||
@ -66,9 +66,9 @@ bindsym $mod+Control+k resize grow up 2 px or 2 ppt
|
|||||||
bindsym $mod+Control+l resize grow right 2 px or 2 ppt
|
bindsym $mod+Control+l resize grow right 2 px or 2 ppt
|
||||||
|
|
||||||
# cycle layouts
|
# cycle layouts
|
||||||
# bindsym $mod+s layout stacking
|
bindsym $mod+Control+e layout stacking
|
||||||
# bindsym $mod+w layout tabbed
|
bindsym $mod+Control+r layout tabbed
|
||||||
# bindsym $mod+e layout toggle split
|
bindsym $mod+Control+t layout toggle split
|
||||||
|
|
||||||
# window attributes
|
# window attributes
|
||||||
bindsym $mod+Control+w fullscreen toggle
|
bindsym $mod+Control+w fullscreen toggle
|
||||||
@ -136,6 +136,8 @@ bindsym $mod+Shift+c move container to workspace $ws8
|
|||||||
bindsym $mod+Shift+v move container to workspace $ws9
|
bindsym $mod+Shift+v move container to workspace $ws9
|
||||||
bindsym $mod+Shift+b move container to workspace $ws10
|
bindsym $mod+Shift+b move container to workspace $ws10
|
||||||
|
|
||||||
|
bindsym $mod+p move workspace to output right
|
||||||
|
|
||||||
#
|
#
|
||||||
# theme
|
# theme
|
||||||
#
|
#
|
||||||
@ -149,11 +151,11 @@ set_from_resource $color1 i3wm.color1 #000000
|
|||||||
set_from_resource $color8 i3wm.color8 #000000
|
set_from_resource $color8 i3wm.color8 #000000
|
||||||
|
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused $color8 $color0 $color0 $color0 $color8
|
client.focused $color8 $color0 $color6 $color0 $color8
|
||||||
client.focused_inactive $color8 $color0 $color0 $color0 $color0
|
client.focused_inactive $color8 $color0 $color6 $color0 $color0
|
||||||
client.unfocused $color0 $color0 $color0 $color0 $color0
|
client.unfocused $color0 $color0 $color6 $color0 $color0
|
||||||
client.urgent $color1 $color0 $color0 $color0 $color0
|
client.urgent $color1 $color0 $color6 $color0 $color0
|
||||||
client.placeholder $color1 $color0 $color0 $color0 $color0
|
client.placeholder $color1 $color0 $color6 $color0 $color0
|
||||||
|
|
||||||
client.background $color0
|
client.background $color0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user