swayfx
This commit is contained in:
+16
-11
@@ -16,7 +16,7 @@ set $ws6 6
|
||||
set $ws7 7
|
||||
set $ws8 8
|
||||
set $ws9 9
|
||||
set $ws10 10
|
||||
set $ws10 0
|
||||
|
||||
# Input/output configuration
|
||||
input "*" {
|
||||
@@ -38,25 +38,31 @@ include input
|
||||
bindswitch --reload --locked lid:on exec echo "1" > /home/mark/lid
|
||||
|
||||
set $launcher bemenu-run
|
||||
set $launcher rofi -show drun
|
||||
|
||||
floating_modifier Mod4
|
||||
tiling_drag enable
|
||||
|
||||
# Window settings and layout
|
||||
for_window [class=".*"] border pixel 3
|
||||
for_window [app_id=".*"] border pixel 3
|
||||
for_window [class=".*"] border pixel 1
|
||||
for_window [app_id=".*"] border pixel 1
|
||||
for_window [app_id="$term"] opacity 0.9
|
||||
for_window [app_id="dev.zed.Zed"] opacity 0.9
|
||||
gaps inner 6
|
||||
default_dim_inactive 0.25
|
||||
for_window [app_id="mpv"] dim_inactive 0.0
|
||||
gaps inner 8
|
||||
gaps outer 0
|
||||
corner_radius 10
|
||||
corner_radius 8
|
||||
mouse_warping none
|
||||
focus_follows_mouse no
|
||||
|
||||
blur enable
|
||||
blur_passes 3
|
||||
blur_radius 1
|
||||
blur_noise 0
|
||||
blur_passes 2
|
||||
blur_radius 10
|
||||
blur_noise 0.05
|
||||
blur_brightness 1.2
|
||||
blur_saturation 0.6
|
||||
#layer_effects "waybar" blur enable;
|
||||
|
||||
# Idle
|
||||
exec swayidle -w timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
|
||||
@@ -103,7 +109,7 @@ bindsym $mod+Shift+w exec firefox
|
||||
bindsym $mod+Shift+Ctrl+w exec firefox -P Shinobi
|
||||
bindsym $mod+Shift+e exec steam
|
||||
bindsym $mod+e exec thunar
|
||||
bindsym $mod+a exec $term -e cava
|
||||
bindsym $mod+a exec glava
|
||||
bindsym $mod+Shift+a exec $term -e pulsemixer
|
||||
bindsym $mod+i exec $term -e htop --user mark
|
||||
bindsym $mod+Shift+i exec $term -e btop
|
||||
@@ -113,12 +119,11 @@ bindsym $mod+Shift+d exec equibop --enable-features=UseOzonePlatform --ozone-pl
|
||||
bindsym $mod+Shift+m exec $term -e ncmpcpp
|
||||
bindsym $mod+Ctrl+m exec catia
|
||||
bindsym $mod+m exec spotify
|
||||
bindsym $mod+n exec mozillavpn activate
|
||||
bindsym $mod+o exec ~/.scripts/wallpaper
|
||||
bindsym $mod+Shift+o exec ~/.scripts/wallpaper-upload
|
||||
bindsym $mod+p exec pass clip -r
|
||||
bindsym $mod+Shift+Return exec $term -e python
|
||||
bindsym $mod+Shift+t exec teams
|
||||
bindsym $mod+Shift+t exec teams-for-linux
|
||||
|
||||
# Screenshotting
|
||||
bindsym Print exec grim -g "$(slurp)" - | wl-copy
|
||||
|
||||
Reference in New Issue
Block a user