mirror of
https://github.com/pgrondek/config.git
synced 2024-11-25 21:25:39 +00:00
[i3] Removed some unused shortcuts, added shortcuts for firefox and nautilus
This commit is contained in:
parent
1947bf6c76
commit
5c5adee227
14
i3/config
14
i3/config
@ -82,18 +82,18 @@ bindsym Mod4+v split v
|
||||
bindsym Mod4+f fullscreen toggle
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym Mod4+s layout stacking
|
||||
bindsym Mod4+w layout tabbed
|
||||
bindsym Mod4+e layout toggle split
|
||||
#bindsym Mod4+s layout stacking
|
||||
#bindsym Mod4+w layout tabbed
|
||||
#bindsym Mod4+e layout toggle split
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym Mod4+Shift+space floating toggle
|
||||
|
||||
# change focus between tiling / floating windows
|
||||
bindsym Mod4+space focus mode_toggle
|
||||
#bindsym Mod4+space focus mode_toggle
|
||||
|
||||
# focus the parent container
|
||||
bindsym Mod4+a focus parent
|
||||
#bindsym Mod4+a focus parent
|
||||
|
||||
# focus the child container
|
||||
#bindsym Mod4+d focus child
|
||||
@ -221,6 +221,10 @@ exec --no-startup-id compton --config ~/.config/compton.conf -b
|
||||
# polkit for authentication as root
|
||||
exec --no-startup-id /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# Shortcuts
|
||||
bindsym Mod4+F1 exec firefox
|
||||
bindsym Mod4+F2 exec nautilus
|
||||
|
||||
for_window [class="Firefox" instance="Navigator"] border pixel 0
|
||||
for_window [class="Firefox" instance="Toolkit"] border pixel 0
|
||||
for_window [class="jetbrains-toolbox"] floating enable
|
||||
|
Loading…
Reference in New Issue
Block a user