use kitty as terminal, better presentation
This commit is contained in:
7
config
7
config
@@ -16,14 +16,12 @@ workspace_layout default
|
|||||||
###########
|
###########
|
||||||
# Autorun #
|
# Autorun #
|
||||||
###########
|
###########
|
||||||
exec --no-startup-id "urxvtc -e '' > /dev/null 2>&1 || urxvtd > /tmp/urxvtd.log 2>&1"
|
|
||||||
exec --no-startup-id "emacsclient -e '()' > /dev/null 2>&1 || emacs --daemon > /tmp/emacs.log 2>&1"
|
exec --no-startup-id "emacsclient -e '()' > /dev/null 2>&1 || emacs --daemon > /tmp/emacs.log 2>&1"
|
||||||
exec --no-startup-id "xmodmap ~/.xmodmaprc"
|
exec --no-startup-id "xmodmap ~/.xmodmaprc"
|
||||||
exec --no-startup-id "xbindkeys > /dev/null 2>&1"
|
exec --no-startup-id "xbindkeys > /dev/null 2>&1"
|
||||||
exec --no-startup-id "nm-applet > /dev/null 2>&1"
|
exec --no-startup-id "nm-applet > /dev/null 2>&1"
|
||||||
exec --no-startup-id "pasystray > /dev/null 2>&1"
|
exec --no-startup-id "pasystray > /dev/null 2>&1"
|
||||||
exec --no-startup-id "blueman-applet > /dev/null 2>&1"
|
exec --no-startup-id "blueman-applet > /dev/null 2>&1"
|
||||||
exec --no-startup-id "compton -b > /dev/null 2>&1"
|
|
||||||
exec --no-startup-id "xss-lock slock"
|
exec --no-startup-id "xss-lock slock"
|
||||||
|
|
||||||
############
|
############
|
||||||
@@ -34,8 +32,9 @@ bindsym $mod+Shift+c kill
|
|||||||
bindsym $mod+Shift+r reload
|
bindsym $mod+Shift+r reload
|
||||||
bindsym $mod+Control+r restart
|
bindsym $mod+Control+r restart
|
||||||
bindsym $mod+Control+q exit
|
bindsym $mod+Control+q exit
|
||||||
|
bindsym --release $mod+z exec slock
|
||||||
# basic softs
|
# basic softs
|
||||||
bindsym $mod+Return exec urxvtc
|
bindsym $mod+Return exec kitty
|
||||||
bindsym $mod+e exec emacsclient -c -n
|
bindsym $mod+e exec emacsclient -c -n
|
||||||
# Some menus
|
# Some menus
|
||||||
bindsym $mod+F1 exec ~/.config/i3/bin/menu_workspace_name
|
bindsym $mod+F1 exec ~/.config/i3/bin/menu_workspace_name
|
||||||
@@ -46,8 +45,6 @@ bindsym $mod+j exec ~/.config/i3/bin/menu_workspace_switch
|
|||||||
bindsym $mod+space layout toggle tabbed splith
|
bindsym $mod+space layout toggle tabbed splith
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
# Change window focus
|
# Change window focus
|
||||||
bindsym $mod+Tab focus next sibling
|
|
||||||
bindsym $mod+Shift+Tab focus prev sibling
|
|
||||||
bindsym $mod+Shift+Left focus left
|
bindsym $mod+Shift+Left focus left
|
||||||
bindsym $mod+Shift+Right focus right
|
bindsym $mod+Shift+Right focus right
|
||||||
bindsym $mod+Shift+Down focus down
|
bindsym $mod+Shift+Down focus down
|
||||||
|
|||||||
Reference in New Issue
Block a user