i3 config updated
This commit is contained in:
parent
bb03dc19be
commit
5fbb0bfa79
@ -51,10 +51,6 @@ bindsym $mod+q kill
|
|||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+space exec --no-startup-id dmenu_run
|
bindsym $mod+space exec --no-startup-id dmenu_run
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
|
||||||
# installed.
|
|
||||||
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
|
||||||
|
|
||||||
# change focus and move window
|
# change focus and move window
|
||||||
bindsym $mod+h focus left
|
bindsym $mod+h focus left
|
||||||
@ -132,7 +128,7 @@ bindsym $mod+Shift+c reload
|
|||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
bindsym $mod+Shift+r restart
|
bindsym $mod+Shift+r restart
|
||||||
# exit i3 (logs you out of your X session)
|
# exit i3 (logs you out of your X session)
|
||||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
|
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Do you really want to exit i3 and end X session?' -B 'Yes' 'i3-msg exit'"
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
@ -155,7 +151,7 @@ mode "resize" {
|
|||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
bindsym $mod+p exec feh --randomize --bg-fill /home/w0ryn/.wallpaper/* /home/w0ryn/.wallpaper/* /home/w0ryn/.wallpaper/*
|
bindsym $mod+p exec --no-startup-id feh --randomize --bg-fill /home/w0ryn/.wallpaper/* /home/w0ryn/.wallpaper/* /home/w0ryn/.wallpaper/*
|
||||||
|
|
||||||
# Set parent container to full screen
|
# Set parent container to full screen
|
||||||
bindsym $mod+Shift+f focus parent; fullscreen; focus child
|
bindsym $mod+Shift+f focus parent; fullscreen; focus child
|
||||||
@ -174,7 +170,7 @@ bindsym XF86MonBrightnessDown exec gmux_backlight -100
|
|||||||
bindsym $mod+backslash exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
bindsym $mod+backslash exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||||
|
|
||||||
# Composite
|
# Composite
|
||||||
exec compton
|
exec --no-startup-id compton
|
||||||
|
|
||||||
# Settings for gaps
|
# Settings for gaps
|
||||||
for_window [class="^.*"] border pixel 2
|
for_window [class="^.*"] border pixel 2
|
||||||
|
Loading…
Reference in New Issue
Block a user