Changeset 9989e84 in dotfiles for guix/.config/sway/config


Ignore:
Timestamp:
Apr 13, 2020, 7:41:10 PM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
6f739ce
Parents:
6918e4c
Message:

Update everything

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guix/.config/sway/config

    r6918e4c r9989e84  
    1515set $right l
    1616
    17 set $term urxvt
     17set $term wterm
    1818
    1919bindsym $mod+d exec --no-startup-id "rofi -show drun -run-shell-command '{terminal} -e \\" {cmd}; read -n 1 -s\\"'"
     
    221221         # Launch emacs
    222222         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'";
    224225         
    225226         # Launch terminal
     
    279280bindsym --to-code $StumpMod mode "stumpwm"
    280281
    281 mode "stumpwm-control" {
    282 
    283 }
     282bindsym --to-code $mod+n exec --no-startup-id "rofi -show window"
    284283
    285284bindsym $mod+g mode "default"
Note: See TracChangeset for help on using the changeset viewer.