Alacritty
This commit is contained in:
parent
1404d5aaab
commit
f49c967450
11 changed files with 1552 additions and 9 deletions
|
@ -48,7 +48,8 @@ bindsym $mod+d exec --no-startup-id rofi -modi run -show run
|
|||
bindsym $mod+Shift+d exec --no-startup-id rofi -modi drun -show drun
|
||||
|
||||
# Start Applications
|
||||
bindsym $mod+Return exec urxvtc
|
||||
# bindsym $mod+Return exec urxvtc
|
||||
bindsym $mod+Return exec alacritty
|
||||
bindsym $mod+Shift+Return exec urxvt
|
||||
bindsym $mod+p exec thunar
|
||||
bindsym $mod+m exec qutebrowser --override-restore --backend=webengine
|
||||
|
@ -389,7 +390,7 @@ bindsym $mod+F5 exec --no-startup-id xautolock -enable
|
|||
# Autostart applications
|
||||
#exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # Password remembering
|
||||
#exec --no-startup-id gnome-keyring-daemon # Password remembering
|
||||
exec --no-startup-id urxvtd -q -f # urxvt daemon
|
||||
# exec --no-startup-id urxvtd -q -f # urxvt daemon
|
||||
exec --no-startup-id numlockx on # Activate Num lock
|
||||
exec --no-startup-id unclutter -root # Hide mouse cursor after some time
|
||||
#exec --no-startup-id dunst # Notifications (handled by systemd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue