Stuffff
This commit is contained in:
@@ -41,18 +41,13 @@ floating_modifier $mod normal
|
||||
bindsym $mod+Shift+c reload
|
||||
|
||||
# Exit sway (logs you out of your Wayland session)
|
||||
#bindsym $mod+Shift+x exec swaymsg -r exit
|
||||
# bindsym $mod+Shift+x exec swaymsg -r exit
|
||||
|
||||
## Volume
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +2%
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -2%
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
## Volume for non-media button keyboards
|
||||
#bindsym $mod+Shift+n exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
#bindsym $mod+Shift+b exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
#bindsym $mod+Shift+m exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
# Media playerctl
|
||||
bindsym XF86AudioNext exec playerctl next
|
||||
bindsym XF86AudioPrev exec playerctl previous
|
||||
@@ -192,7 +187,7 @@ exec /usr/bin/syncthing
|
||||
exec_always dunst
|
||||
|
||||
# Wlsunset (Night Light)
|
||||
exec wlsunset -l 47.6 -L -122.3 -t 3000 -T 3500
|
||||
exec wlsunset -l 47.6 -L -122.3 -t 2000 -T 3000
|
||||
|
||||
# udiskie - auto usb mounting
|
||||
exec /usr/bin/udiskie &
|
||||
@@ -227,7 +222,7 @@ default_border pixel 3
|
||||
default_floating_border none
|
||||
client.focused "#38761d" "#38761d" "#ffffff" "#38761d"
|
||||
|
||||
set $opacity 0.90
|
||||
set $opacity 0.95
|
||||
for_window [app_id="emacs"] opacity $opacity
|
||||
for_window [app_id="strawberry"] opacity $opacity
|
||||
for_window [app_id="pcmanfm-qt"] opacity $opacity
|
||||
@@ -291,7 +286,7 @@ bindswitch --reload --locked lid:off output $laptop enable
|
||||
output HDMI-A-1 scale 2.0
|
||||
|
||||
# Wallpaper
|
||||
output * bg ~/.config/wallpapers/exterminator.png fill
|
||||
output * bg ~/.config/wallpapers/greek-ruins.jpg fill
|
||||
|
||||
# Enable/Disable extra HDMI screens
|
||||
bindsym $mod+Shift+m output "HDMI-A-1" enable
|
||||
@@ -303,13 +298,13 @@ bindsym $mod+Shift+n output "HDMI-A-1" disable
|
||||
#######################
|
||||
|
||||
# Assign workspaces to numbers
|
||||
set $ws1 number "1"
|
||||
set $ws2 number "2"
|
||||
set $ws3 number "3"
|
||||
set $ws4 number "4"
|
||||
set $ws5 number "5"
|
||||
set $ws6 number "6"
|
||||
set $ws7 number "0"
|
||||
set $ws1 "I"
|
||||
set $ws2 "II"
|
||||
set $ws3 "III"
|
||||
set $ws4 "IV"
|
||||
set $ws5 "V"
|
||||
set $ws6 "VI"
|
||||
set $ws7 "VII"
|
||||
|
||||
# Switch to workspace
|
||||
bindsym $mod+1 workspace $ws1
|
||||
|
||||
Reference in New Issue
Block a user