Alacritty

This commit is contained in:
Geoffrey Frogeye 2020-10-17 23:47:48 +02:00
parent 1404d5aaab
commit f49c967450
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
11 changed files with 1552 additions and 9 deletions

View file

@ -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)