diff options
Diffstat (limited to '.config/sway')
-rwxr-xr-x | .config/sway/config | 6 | ||||
-rw-r--r-- | .config/sway/config.d/keybinds | 8 | ||||
-rw-r--r-- | .config/sway/config.d/theme | 6 |
3 files changed, 14 insertions, 6 deletions
diff --git a/.config/sway/config b/.config/sway/config index a446972..6e6b86a 100755 --- a/.config/sway/config +++ b/.config/sway/config @@ -6,7 +6,7 @@ exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY GTK_THEME XDG_ set $mod Mod4 # Set terminal -set $term alacritty +set $term kitty # Set app launcher set $menu wofi --allow-images --show=drun --prompt "Search Program" @@ -27,10 +27,10 @@ set $blur_radius 10 set $blur_passes 3 # Set browser -set $browser firefox +set $browser librewolf # Autostart apps -exec $HOME/.config/sway/scripts.d/auto.sh +exec $HOME/.config/desktop-common/scripts.d/auto.sh # Local configs include $HOME/.config/sway/config.d/* 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 |