diff options
author | Freya Murphy <freya@freyacat.org> | 2024-01-22 18:34:10 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-01-22 18:44:15 -0500 |
commit | 9bff30e23f5b974123874876db9cc57de0e67113 (patch) | |
tree | a6e28e7d1accc941ab35d0febcf689ea39740723 /.config/sway/config.d | |
parent | update mako, nvim add prolog (diff) | |
download | dotfiles-arch-9bff30e23f5b974123874876db9cc57de0e67113.tar.gz dotfiles-arch-9bff30e23f5b974123874876db9cc57de0e67113.tar.bz2 dotfiles-arch-9bff30e23f5b974123874876db9cc57de0e67113.zip |
rebase laptop
Diffstat (limited to '')
-rw-r--r-- | .config/sway/config.d/keybinds | 8 | ||||
-rw-r--r-- | .config/sway/config.d/theme | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/.config/sway/config.d/keybinds b/.config/sway/config.d/keybinds index 1bae11e..ba2609e 100644 --- a/.config/sway/config.d/keybinds +++ b/.config/sway/config.d/keybinds @@ -19,7 +19,7 @@ bindsym $mod+Shift+l exec $lock bindsym Ctrl+Alt+Delete exec killall sway # Power menu -bindsym $mod+L exec killall wlogout || wlogout --css ~/.config/sway/logout.d/power/style.css -l ~/.config/sway/logout.d/power/layout +bindsym $mod+L exec killall wlogout || wlogout --css ~/.config/desktop-common/logout.d/power/style.css -l ~/.config/desktop-common/logout.d/power/layout # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. @@ -54,5 +54,7 @@ bindsym Print exec grim - | wl-copy -t iamge/png && notify-send -t 3000 "Sway" " bindsym Shift+Print exec slurp -p | grim -g - - | convert - txt:- | tail -n 1 | awk '{print $3}' | wl-copy # Michelsoft Binbows -bindsym Ctrl+$mod+Shift+L exec firefox "https://linkedin.com" -bindsym Ctrl+$mod+Shift+S exec alacritty -e sl +bindsym Ctrl+$mod+Shift+L exec $browser "https://linkedin.com" +bindsym Ctrl+$mod+Shift+S exec $term -e sl +bindsym Ctrl+$mod+Shift+T exec electron25 "https://twitter.com" +bindsym Ctrl+$mod+Shift+M exec electron25 "https://www.tumblr.com" diff --git a/.config/sway/config.d/theme b/.config/sway/config.d/theme index beb58d2..597b178 100644 --- a/.config/sway/config.d/theme +++ b/.config/sway/config.d/theme @@ -1,8 +1,14 @@ ### Set borders gaps inner $gaps +<<<<<<< HEAD for_window [class="^.*"] border pixel 2 default_border pixel 2 default_floating_border pixel 2 +======= +for_window [class="^.*"] border pixel 0 +default_border pixel 0 +default_floating_border pixel 0 +>>>>>>> b688e13 (shinji) ### Colors |