Changeset 9989e84 in dotfiles for guix/.config/sway/config
- Timestamp:
- Apr 13, 2020, 7:41:10 PM (5 years ago)
- Branches:
- master
- Children:
- 6f739ce
- Parents:
- 6918e4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.config/sway/config
r6918e4c r9989e84 15 15 set $right l 16 16 17 set $term urxvt17 set $term wterm 18 18 19 19 bindsym $mod+d exec --no-startup-id "rofi -show drun -run-shell-command '{terminal} -e \\" {cmd}; read -n 1 -s\\"'" … … 221 221 # Launch emacs 222 222 e exec emacsclient; workspace "Editor"; mode default; 223 shift+e exec emacs; workspace "Editor"; mode default; 223 224 shift+e exec "if ps auxf | grep -c emacs > 1; then swaymsg '[class=Emacs] focus'; else swaymsg exec 'emacs'; fi; swaymsg 'mode default'"; 224 225 225 226 # Launch terminal … … 279 280 bindsym --to-code $StumpMod mode "stumpwm" 280 281 281 mode "stumpwm-control" { 282 283 } 282 bindsym --to-code $mod+n exec --no-startup-id "rofi -show window" 284 283 285 284 bindsym $mod+g mode "default"
Note:
See TracChangeset
for help on using the changeset viewer.