summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config23
1 files changed, 0 insertions, 23 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 981e01d5..550dbf00 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -2,15 +2,6 @@ include /etc/sway/config.d/*
font pango:Hack 10
-# class border bground text indicator child_border
-client.focused #000000 #B4EEB4 #000000 #B4EEB4 #000000
-client.focused_inactive #000000 #FFFFF6 #000000 #AA9E9F #AA9E9F
-client.unfocused #000000 #E5E5E5 #000000 #AA9E9F #AA9E9F
-client.urgent #000000 #702020 #FFFFF6 #AA9E9F #AA9E9F
-client.placeholder #000000 #000000 #FFFFF6 #AA9E9F #AA9E9F
-
-client.background #FFFFF6
-
# Use Mouse+Mod4 to drag floating windows to their wanted position
floating_modifier Mod4
@@ -307,18 +298,6 @@ bar {
bindsym button4 nop
bindsym button5 nop
- colors {
- background #FFFFF6
- statusline #000000
- separator #000000
-
- focused_workspace #000000 #B4EEB4 #000000
- active_workspace #000000 #FFFFF6 #000000
- inactive_workspace #000000 #E5E5E5 #000000
- urgent_workspace #000000 #702020 #FFFFF6
- binding_mode #000000 #EECD82 #000000
- }
-
# We don't set workspace_buttons to "no" even though we start off with
# a single workspace (see i3status-wrapper) because under Sway that
# can trigger a bug which means the button display doesn't get
@@ -379,8 +358,6 @@ exec emacsclient -sgdbmacs --spw/no-start --spw/update-environment
exec_always fcitx5 -d --replace
-output * bg ~/src/dotfiles/lib-src/img/green_gobbler.png tile
-
# Ideally we wouldn't try to call swaylock if the screen is already locked,
# but discovering whether swaylock is already running in a way that avoids
# races is difficult or impossible because swaylock doesn't have a mechanism