diff options
author | Frederick Yin <fkfd@fkfd.me> | 2022-01-30 11:29:41 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2022-01-30 11:29:41 +0800 |
commit | 425382f7995bd78019b4b8a4193d8d50c899ccbe (patch) | |
tree | ba0601732ab85f9474196fb82968733f78793ac5 /sway/config | |
parent | 724bff177acb11ac24cffa56328a6c981ac1f701 (diff) |
2022
Diffstat (limited to 'sway/config')
-rw-r--r-- | sway/config | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/sway/config b/sway/config index 1fd2221..485e664 100644 --- a/sway/config +++ b/sway/config @@ -24,18 +24,18 @@ output eDP-1 { pos 0 0 } -output HDMI-A-0 { +output HDMI-A-1 { # AOC 27" 2560x1440 bg ~/Pictures/wallpapers/breach.png fill pos 0 0 } -output HDMI-A-1 { - # HP 20" 900x1600 - bg ~/Pictures/wallpapers/umji_login_900x1600.png fill - pos 1920 0 - transform 270 -} +# output HDMI-A-1 { +# # HP 20" 900x1600 +# bg ~/Pictures/wallpapers/umji_login_900x1600.png fill +# pos 1920 0 +# transform 270 +# } # Example configuration: # output HDMI-A-1 resolution 1920x1080 position 1920,0 @@ -215,11 +215,7 @@ bar { include /etc/sway/config.d/* # capslock <-> esc -input 1:1:AT_Translated_Set_2_keyboard { - xkb_options caps:swapescape -} - -input 1452:591:Keychron_K8 { +input type:keyboard { xkb_options caps:swapescape } @@ -247,7 +243,7 @@ seat seat0 xcursor_theme breeze_cursors 24 # quick application launching bindsym $mod+m exec qutebrowser -bindsym $mod+e exec dolphin +bindsym $mod+e exec QT_QPA_PLATFORMTHEME=qt5ct dolphin # kde wallet exec --no-startup-id /usr/lib/pam_kwallet_init |