Switched from URxvt to Alacritty

This commit is contained in:
Random936
2024-07-04 22:43:50 -07:00
parent 9ed6d70baa
commit 7535ca67a2
5 changed files with 6 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
[window]
opacity = 0.8
padding = { x = 3, y = 5 }

View File

@@ -14,7 +14,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
floating_modifier $mod
# Application hot keys
bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+Return exec "alacritty"
bindsym $mod+Shift+f exec "google-chrome-stable"
bindsym $mod+Shift+e exec "emacsclient -c"
bindsym $mod+Shift+d exec "discord"