summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-01-20 11:05:19 +0100
committerxengineering <me@xengineering.eu>2022-01-20 11:05:19 +0100
commit070c60db9eda141f6eba2689a5f443ad4dc6199c (patch)
tree8aaf863b770b484e5beeac2eace72ed8f5d0f806
parentd0843fe89c429fc8de21b4dca9d97dfedb2b3839 (diff)
downloaddotfiles-070c60db9eda141f6eba2689a5f443ad4dc6199c.tar
dotfiles-070c60db9eda141f6eba2689a5f443ad4dc6199c.tar.zst
dotfiles-070c60db9eda141f6eba2689a5f443ad4dc6199c.zip
Switch from i3status to waybar
-rw-r--r--.config/sway/config7
l---------.config/sway/setup2
-rw-r--r--.config/sway/setups/home_single14
3 files changed, 5 insertions, 18 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 87894bc..a840449 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -214,9 +214,7 @@ bindsym $mod+r mode "resize"
bar {
position top
- # When the status_command prints a new line to stdout, swaybar updates.
- # The default just shows the current date and time.
- status_command i3status
+ swaybar_command waybar
colors {
statusline #ffffff
@@ -235,4 +233,7 @@ bindsym $mod+i exec grim -g "$(slurp)" - | swappy -f -
# toggle night mode (display blue filter)
bindsym $mod+n exec pgrep gammastep && pkill gammastep || gammastep -O 4500 &
+# enable numlock on startup
+input * xkb_numlock enable
+
include /etc/sway/config.d/*
diff --git a/.config/sway/setup b/.config/sway/setup
index 3652e6a..bbc3121 120000
--- a/.config/sway/setup
+++ b/.config/sway/setup
@@ -1 +1 @@
-setups/home_single \ No newline at end of file
+setups/home \ No newline at end of file
diff --git a/.config/sway/setups/home_single b/.config/sway/setups/home_single
deleted file mode 100644
index 1613df7..0000000
--- a/.config/sway/setups/home_single
+++ /dev/null
@@ -1,14 +0,0 @@
-
-# The Monitor Setup I use at Home (only one monitor)
-
-# Use `swaymsg -t get_outputs` to list monitors
-
-# left monitor
-output HDMI-A-2 resolution 1920x1080 position 0,0
-workspace 1 output HDMI-A-2
-
-# right monitor
-output DP-1 disable
-
-# lower monitor
-output eDP-1 disable