i3: alacritty defaul terminal, clean up

This commit is contained in:
Inhji 2021-07-19 00:52:54 +02:00
parent d843f40c8c
commit dfdead40ca
1 changed files with 7 additions and 10 deletions

View File

@ -27,7 +27,7 @@ font xft:URWGothic-Book 11
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec terminal
bindsym $mod+Return exec alacritty
# kill focused window
bindsym $mod+Shift+q kill
@ -35,9 +35,6 @@ bindsym $mod+Shift+q kill
# start program launcher
bindsym $mod+space exec --no-startup-id rofi -show drun
# launch categorized menu
bindsym $mod+z exec --no-startup-id morc_menu
################################################################################################
## sound-section - DO NOT EDIT if you wish to automatically upgrade Alsa -> Pulseaudio later! ##
################################################################################################
@ -117,11 +114,11 @@ bindsym $mod+Ctrl+Left workspace prev
# to display names or symbols instead of plain workspace numbers you can use
# something like: set $ws1 1:mail
# set $ws2 2:
set $ws1 1:web
set $ws2 2:term
set $ws3 3:code
set $ws4 4:media
set $ws5 5:misc
set $ws1 1
set $ws2 2
set $ws3 3
set $ws4 4
set $ws5 5
# switch to workspace
bindsym $mod+1 workspace $ws1
@ -336,7 +333,7 @@ gaps outer -2
# gaps outer all plus 5
# Smart gaps (gaps used if only more than one container on the workspace)
smart_gaps on
#smart_gaps on
# Smart borders (draw borders around container only if it is not the only container on this workspace)
# on|no_gaps (on=always activate and no_gaps=only activate if the gap size to the edge of the screen is 0)