mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-04-21 18:05:50 +00:00
adjusted sway config
This commit is contained in:
+17
-10
@@ -73,8 +73,8 @@ exec_always /home/agres/.config/sway/scripts/lock-sway.sh
|
|||||||
# Layout stuff:
|
# Layout stuff:
|
||||||
bindsym $mod+b splith
|
bindsym $mod+b splith
|
||||||
bindsym $mod+v splitv
|
bindsym $mod+v splitv
|
||||||
bindsym $mod+s layout stacking
|
# bindsym $mod+s layout stacking
|
||||||
bindsym $mod+w layout tabbed
|
# bindsym $mod+w layout tabbed
|
||||||
bindsym $mod+e layout toggle split
|
bindsym $mod+e layout toggle split
|
||||||
bindsym $mod+f fullscreen
|
bindsym $mod+f fullscreen
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Shift+space floating toggle
|
||||||
@@ -106,8 +106,8 @@ bindsym $mod+r mode "resize"
|
|||||||
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5%
|
bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5%
|
||||||
bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
|
bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle
|
||||||
# Special keys to adjust brightness via brightnessctl
|
# Special keys to adjust brightness via brightnessctl
|
||||||
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 10%-
|
||||||
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 10%+
|
||||||
# Special key to take a screenshot with grim
|
# Special key to take a screenshot with grim
|
||||||
bindsym Print exec grim
|
bindsym Print exec grim
|
||||||
|
|
||||||
@@ -116,9 +116,14 @@ bar {
|
|||||||
position top
|
position top
|
||||||
status_command while /home/agres/.config/sway/scripts/status.sh; do sleep 1; done
|
status_command while /home/agres/.config/sway/scripts/status.sh; do sleep 1; done
|
||||||
colors {
|
colors {
|
||||||
|
background #000000
|
||||||
statusline #ffffff
|
statusline #ffffff
|
||||||
background #323232
|
separator #333333
|
||||||
inactive_workspace #32323200 #32323200 #5c5c5c
|
|
||||||
|
focused_workspace #00675a #00675a #ffffff
|
||||||
|
active_workspace #1c1c1c #1c1c1c #cccccc
|
||||||
|
inactive_workspace #000000 #000000 #777777
|
||||||
|
urgent_workspace #870000 #870000 #ffffff
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -141,9 +146,11 @@ output eDP-1 {
|
|||||||
# Opacity Settings
|
# Opacity Settings
|
||||||
for_window [app_id="Alacritty"] opacity 0.98
|
for_window [app_id="Alacritty"] opacity 0.98
|
||||||
|
|
||||||
# Border Colors
|
# Window overlay theme
|
||||||
client.focused #00b5af #00b5af #fdf6e3 #073642
|
client.focused #00b894 #00675a #ffffff #00b894 #00675a
|
||||||
client.focused_inactive #073642 #073642 #fdf6e3 #073642
|
client.focused_inactive #303030 #1c1c1c #cccccc #303030 #1c1c1c
|
||||||
client.unfocused #073642 #073642 #fdf6e3 #073642
|
client.unfocused #1c1c1c #000000 #999999 #1c1c1c #000000
|
||||||
|
client.urgent #ff5f5f #870000 #ffffff #ff5f5f #870000
|
||||||
|
client.placeholder #000000 #000000 #ffffff #000000 #000000
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|||||||
Reference in New Issue
Block a user