diff options
author | Thanos Apollo <[email protected]> | 2024-06-02 08:50:15 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-06-02 08:50:15 +0300 |
commit | 8fe17b8f8650414b99f7871c8f28a1365b5e7752 (patch) | |
tree | 15b21f9e1d47d95cbd186ccb33bcaa5da063f151 /.config | |
parent | 12657f0a6fe307bd84c7d05cba6485cac613480c (diff) |
sway:(zeus) Add zeus configuration
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/zeus/autostart.config | 2 | ||||
-rw-r--r-- | .config/sway/zeus/keyboard.config | 5 | ||||
-rw-r--r-- | .config/sway/zeus/monitors.config (renamed from .config/sway/zeus/zeus.config) | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/.config/sway/zeus/autostart.config b/.config/sway/zeus/autostart.config new file mode 100644 index 0000000..24c12b0 --- /dev/null +++ b/.config/sway/zeus/autostart.config @@ -0,0 +1,2 @@ + +exec transmission-daemon diff --git a/.config/sway/zeus/keyboard.config b/.config/sway/zeus/keyboard.config new file mode 100644 index 0000000..9ef7345 --- /dev/null +++ b/.config/sway/zeus/keyboard.config @@ -0,0 +1,5 @@ + +input "type:keyboard" { + xkb_layout us,gr + xkb_options grp:win_space_toggle +}
\ No newline at end of file diff --git a/.config/sway/zeus/zeus.config b/.config/sway/zeus/monitors.config index f08176e..f1bfd44 100644 --- a/.config/sway/zeus/zeus.config +++ b/.config/sway/zeus/monitors.config @@ -1,6 +1,4 @@ -exec transmission-daemon - ## Setup monitors & wallpapers output DP-2 pos 0 0 res 2560x1440 output HDMI-A-1 pos 2560 0 res 2560x1440 transform 270
\ No newline at end of file |