summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-11-16 18:55:44 +0000
committerubq323 <ubq323@ubq323.website>2023-11-16 18:55:44 +0000
commit3063e9244520d43358243d2a08bdff4bd1ae8ff7 (patch)
tree0ff5d30c1e347ede33c405723e72234e27e9e58c /.config
parente71aa6eebc4c4197c943d76e8961ba4bfed77157 (diff)
various
Diffstat (limited to '.config')
-rw-r--r--.config/foot/foot.ini2
-rw-r--r--.config/kak/kakrc12
-rw-r--r--.config/sway/config10
3 files changed, 16 insertions, 8 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini
index bfe16d9..5fd49c8 100644
--- a/.config/foot/foot.ini
+++ b/.config/foot/foot.ini
@@ -71,7 +71,7 @@ launch=firefox-wayland ${url}
[colors]
# alpha=1.0
-foreground=dcdccc
+foreground=ffffff
background=000000
regular0=000000
diff --git a/.config/kak/kakrc b/.config/kak/kakrc
index 22cf734..7a616cd 100644
--- a/.config/kak/kakrc
+++ b/.config/kak/kakrc
@@ -6,12 +6,12 @@ set -add global ui_options terminal_status_on_top=true
set global indentwidth 0
set global tabstop 4
-hook global WinSetOption filetype=python %{
- set window indentwidth 4
- hook -once -always window WinSetOption filetype=.* %{
- set window indentwidth 0
- }
-}
+# hook global WinSetOption filetype=python %{
+# set window indentwidth 4
+# hook -once -always window WinSetOption filetype=.* %{
+# set window indentwidth 0
+# }
+# }
map global user <c> ':comment-line<ret>' -docstring 'comment line'
diff --git a/.config/sway/config b/.config/sway/config
index 2ce6169..efafb52 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -8,7 +8,7 @@ set $right l
set $term foot
set $menu bemenu-run | xargs swaymsg exec --
-output * bg /home/rebecca/med/misc/man_pogging_at_egg.png stretch
+output * bg /home/rebecca/art/img/lagana.png stretch
input * {
xkb_layout "gb,gb"
@@ -26,6 +26,11 @@ input type:touchpad {
}
+output HDMI_A-1 {
+ mode 1920x1080@60Hz
+ power on
+ bg /home/rebecca/art/img/lagana.png stretch
+}
exec pipewire
exec wireplumber
exec pipewire-pulse
@@ -161,6 +166,9 @@ bindsym Print exec slurp|grim -g- -|feh - -.wG -A'[upload]/home/rebecca/bin/rupl
bindsym $mod+BackSpace exec dunstctl close-all
+
+bindsym $mod+p move workspace to output right
+
exec wlsunset -T 6500 -t 3200 -L -2 -l 53
include /etc/sway/config.d/*