You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sway): add Emacs IME integration and window rules
- Introduced `emacs-ime.sh` script for launching Emacs as an IME
with temporary file handling and clipboard integration.
- Added keybinding `$mod+Shift+e` to launch the Emacs IME in Sway.
- Created `window-rules.conf` for managing workspace assignments
and floating window rules for specific applications.
- Updated Sway configuration to include the new script and rules.
- Enhanced Kitty configuration with a transparent background
setting for Emacs IME sessions.
- Commented out unused `sops` autoloads in Emacs configuration.
- Removed `fontconfig.enable` from NixOS font configuration.
Copy file name to clipboardExpand all lines: home-manager/programs/sway/config.d/bindkey.conf
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,10 @@
22
22
bindsym $mod+Shift+c reload
23
23
24
24
# Exit sway (logs you out of your Wayland session)
25
-
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
25
+
bindsym $mod+Shift+x exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
0 commit comments