Add shortcuts for a few more programs. Change from hardcoded st to variable currently holding 'alacritty'.
This commit is contained in:
@@ -49,8 +49,8 @@ floating_modifier $mod
|
|||||||
tiling_drag modifier titlebar
|
tiling_drag modifier titlebar
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec st
|
bindsym $mod+Return exec i3-sensible-terminal
|
||||||
# Used to be i3-sensible-terminal, but was calling gnome-terminal :c
|
#bindsym $mod+Return exec st
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
#bindsym $mod+Shift+q kill
|
#bindsym $mod+Shift+q kill
|
||||||
@@ -117,6 +117,19 @@ bindsym $mod+a focus parent
|
|||||||
#bindsym $mod+d focus child
|
#bindsym $mod+d focus child
|
||||||
|
|
||||||
|
|
||||||
|
## Extra Program Shortcuts ##
|
||||||
|
|
||||||
|
# Theming.
|
||||||
|
bindsym $mod+t exec lxappearance
|
||||||
|
|
||||||
|
# Manage files.
|
||||||
|
bindsym $mod+m exec thunar
|
||||||
|
|
||||||
|
# Internet.
|
||||||
|
#bindsym $mod+i exec firefox
|
||||||
|
bindsym $mod+i exec firefox-flatpak
|
||||||
|
|
||||||
|
|
||||||
## Brightness ##
|
## Brightness ##
|
||||||
# Use the bracket keys to change the brightness.
|
# Use the bracket keys to change the brightness.
|
||||||
# light requires sudo privileges unless video group and udev are configured.
|
# light requires sudo privileges unless video group and udev are configured.
|
||||||
@@ -251,7 +264,8 @@ bar {
|
|||||||
status_command i3status
|
status_command i3status
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
## Startup Applications ##
|
## Startup Applications ##
|
||||||
|
|
||||||
exec st
|
exec i3-sensible-terminal
|
||||||
#exec firefox-flatpak
|
#exec firefox-flatpak
|
||||||
|
|||||||
Reference in New Issue
Block a user