feat(sway): changed terminal to alacritty

This commit is contained in:
Paul Fey 2025-01-04 10:44:12 +01:00
parent 5af4960c2b
commit c1d28f8f90

View file

@ -14,7 +14,7 @@ set $down j
set $up k set $up k
set $right l set $right l
# Your preferred terminal emulator # Your preferred terminal emulator
set $term foot set $term alacritty
# Your preferred browser # Your preferred browser
set $web firefox set $web firefox
# Your preferred file manager # Your preferred file manager
@ -24,7 +24,7 @@ set $filemanager nemo
# on the original workspace that the command was run on. # on the original workspace that the command was run on.
#set $menu dmenu_path | wmenu | xargs swaymsg exec -- #set $menu dmenu_path | wmenu | xargs swaymsg exec --
set $dmenu dmenu -i set $dmenu dmenu -i
set $menu j4-dmenu-desktop --no-generic --dmenu=$dmenu set $menu j4-dmenu-desktop --no-generic --dmenu="$dmenu"
set $background ~/.wallpaper set $background ~/.wallpaper
### Output configuration ### Output configuration
# #
@ -94,7 +94,7 @@ font pango:JetBrainsMonoNerdFont 9
# Start your launcher # Start your launcher
bindsym $mod+Space exec $menu bindsym $mod+Space exec $menu
bindsym $mod+Shift+B exec --no-startup-id DMENU_BLUETOOTH_LAUNCHER=$dmenu ~/.config/dotfiles/sway/dmenu-bluetooth.sh bindsym $mod+Shift+B exec --no-startup-id DMENU_BLUETOOTH_LAUNCHER="$dmenu" ~/.config/dotfiles/sway/dmenu-bluetooth.sh
# Drag floating windows by holding down $mod and left mouse button. # Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod. # Resize them with right mouse button + $mod.
@ -183,6 +183,7 @@ font pango:JetBrainsMonoNerdFont 9
bindsym $mod+s layout stacking bindsym $mod+s layout stacking
bindsym $mod+Shift+w layout tabbed bindsym $mod+Shift+w layout tabbed
bindsym $mod+Shift+e layout toggle split bindsym $mod+Shift+e layout toggle split
bindsym $mod+t layout toggle split tabbed
# Make the current focus fullscreen # Make the current focus fullscreen
bindsym $mod+f fullscreen bindsym $mod+f fullscreen