1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-25 13:16:01 +00:00

[i3] Removed some unused shortcuts, added shortcuts for firefox and nautilus

This commit is contained in:
Przemyslaw Grondek 2019-08-05 12:30:26 +02:00
parent 1947bf6c76
commit 5c5adee227

View File

@ -82,18 +82,18 @@ bindsym Mod4+v split v
bindsym Mod4+f fullscreen toggle bindsym Mod4+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split) # change container layout (stacked, tabbed, toggle split)
bindsym Mod4+s layout stacking #bindsym Mod4+s layout stacking
bindsym Mod4+w layout tabbed #bindsym Mod4+w layout tabbed
bindsym Mod4+e layout toggle split #bindsym Mod4+e layout toggle split
# toggle tiling / floating # toggle tiling / floating
bindsym Mod4+Shift+space floating toggle bindsym Mod4+Shift+space floating toggle
# change focus between tiling / floating windows # change focus between tiling / floating windows
bindsym Mod4+space focus mode_toggle #bindsym Mod4+space focus mode_toggle
# focus the parent container # focus the parent container
bindsym Mod4+a focus parent #bindsym Mod4+a focus parent
# focus the child container # focus the child container
#bindsym Mod4+d focus child #bindsym Mod4+d focus child
@ -221,6 +221,10 @@ exec --no-startup-id compton --config ~/.config/compton.conf -b
# polkit for authentication as root # polkit for authentication as root
exec --no-startup-id /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 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="Navigator"] border pixel 0
for_window [class="Firefox" instance="Toolkit"] border pixel 0 for_window [class="Firefox" instance="Toolkit"] border pixel 0
for_window [class="jetbrains-toolbox"] floating enable for_window [class="jetbrains-toolbox"] floating enable