More i3 updates
This commit is contained in:
parent
64065b94cc
commit
fad7155a79
32
i3/config
32
i3/config
|
@ -1,5 +1,5 @@
|
|||
set $mod Mod4
|
||||
font pango:monospace 8
|
||||
font pango:monospace 0
|
||||
|
||||
exec --no-startup-id "feh --no-fehbg --bg-fill /home/user/.config/awesome/wallpaper/wallpaper.png"
|
||||
|
||||
|
@ -48,6 +48,7 @@ bindsym $mod+Escape exec "rofi -show power-menu -modi power-menu:~/.config/aweso
|
|||
bindsym XF86PowerOff exec "rofi -show power-menu -modi power-menu:~/.config/awesome/scripts/rofi-power-menu"
|
||||
bindsym $mod+c exec CM_LAUNCHER=rofi-script rofi -modi "clipmenu:/usr/bin/clipmenu" -show clipmenu
|
||||
bindsym $mod+b exec firefox
|
||||
bindsym $mod+a exec nautilus
|
||||
|
||||
# change focus
|
||||
bindsym $mod+h focus left
|
||||
|
@ -88,9 +89,6 @@ bindsym $mod+f floating toggle
|
|||
# change focus between tiling / floating windows
|
||||
bindsym $mod+space focus mode_toggle
|
||||
|
||||
# focus the parent container
|
||||
bindsym $mod+a focus parent
|
||||
|
||||
# focus the child container
|
||||
#bindsym $mod+d focus child
|
||||
|
||||
|
@ -120,16 +118,16 @@ bindsym $mod+9 workspace number $ws9
|
|||
bindsym $mod+0 workspace number $ws10
|
||||
|
||||
# move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace number $ws1
|
||||
bindsym $mod+Shift+2 move container to workspace number $ws2
|
||||
bindsym $mod+Shift+3 move container to workspace number $ws3
|
||||
bindsym $mod+Shift+4 move container to workspace number $ws4
|
||||
bindsym $mod+Shift+5 move container to workspace number $ws5
|
||||
bindsym $mod+Shift+6 move container to workspace number $ws6
|
||||
bindsym $mod+Shift+7 move container to workspace number $ws7
|
||||
bindsym $mod+Shift+8 move container to workspace number $ws8
|
||||
bindsym $mod+Shift+9 move container to workspace number $ws9
|
||||
bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||
bindsym $mod+Shift+1 move container to workspace number $ws1; workspace number $ws1
|
||||
bindsym $mod+Shift+2 move container to workspace number $ws2; workspace number $ws2
|
||||
bindsym $mod+Shift+3 move container to workspace number $ws3; workspace number $ws3
|
||||
bindsym $mod+Shift+4 move container to workspace number $ws4; workspace number $ws4
|
||||
bindsym $mod+Shift+5 move container to workspace number $ws5; workspace number $ws5
|
||||
bindsym $mod+Shift+6 move container to workspace number $ws6; workspace number $ws6
|
||||
bindsym $mod+Shift+7 move container to workspace number $ws7; workspace number $ws7
|
||||
bindsym $mod+Shift+8 move container to workspace number $ws8; workspace number $ws8
|
||||
bindsym $mod+Shift+9 move container to workspace number $ws9; workspace number $ws9
|
||||
bindsym $mod+Shift+0 move container to workspace number $ws10; workspace number $ws10
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
|
@ -162,9 +160,9 @@ mode "resize" {
|
|||
}
|
||||
|
||||
# Colors
|
||||
client.focused #4c7899 #285577 #ffffff #2e9ef4 #002F5F
|
||||
client.unfocused #4c7899 #285577 #ffffff #2e9ef4 #00000000
|
||||
client.focused_inactive #333333 #5f676a #ffffff #484e50 #00000000
|
||||
client.focused #00000000 #00000000 #ffffff #2e9ef4 #002F5F
|
||||
client.unfocused #00000000 #00000000 #ffffff #2e9ef4 #00000000
|
||||
client.focused_inactive #00000000 #00000000 #ffffff #484e50 #00000000
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
|
|
Loading…
Reference in New Issue