Align Sway and i3 configurations

This commit is contained in:
Fabio Scotto di Santolo
2025-11-29 11:47:37 +01:00
parent 42deab7c3e
commit bf33a8bbd7

View File

@@ -1,3 +1,4 @@
# -*- mode: i3wm-config -*-
### Variables ### Variables
# #
# Logo key. Use Mod1 for Alt. # Logo key. Use Mod1 for Alt.
@@ -10,22 +11,19 @@ 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 application launcher # Your preferred application launcher
set $menu 'fuzzel' set $menu 'rofi'
# Your preferred browser # Your preferred browser
set $browser 'firefox' set $browser 'io.gitlab.librewolf-community'
# Your preferred notification daemon # Your preferred notification daemon
set $notification 'dunst' set $notification 'dunst'
# Your preferred clipboard manager # Your preferred clipboard manager
set $clipboard 'cliphist list | fuzzel --dmenu | cliphist decode | wl-copy' set $clipboard 'diodon'
# Your preferred file manager
set $filemanager 'foot yazi'
# Your prefered editor # Your prefered editor
set $editor 'emacs' set $editor 'emacs'
@@ -155,9 +153,6 @@ exec_always {
# Start my clipboard manager # Start my clipboard manager
bindsym $mod+Shift+v exec $clipboard bindsym $mod+Shift+v exec $clipboard
# Start my file manager
bindsym $mod+Shift+f exec $filemanager
# 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.
# Despite the name, also works for non-floating windows. # Despite the name, also works for non-floating windows.