making things work decent in sway
This commit is contained in:
parent
71151f755f
commit
81a8ca2b4e
11 changed files with 84 additions and 16 deletions
11
sway/config
11
sway/config
|
@ -73,9 +73,9 @@ titlebar_border_thickness 1
|
|||
bindsym Menu exec $menu
|
||||
bindsym $mod+Menu exec rofi -no-lazy-grab -show run -modi run | xargs swaymsg exec --
|
||||
bindsym $mod+s exec filesearch
|
||||
|
||||
|
||||
#Pass
|
||||
bindsym $mod+p exec rofi-pass
|
||||
bindsym $mod+p exec rofipass
|
||||
|
||||
# Screenshot
|
||||
bindsym Print exec grim -g "${slurp}" - | wl-copy
|
||||
|
@ -129,6 +129,9 @@ titlebar_border_thickness 1
|
|||
bindsym $mod+8 workspace number 8
|
||||
bindsym $mod+9 workspace number 9
|
||||
bindsym $mod+0 workspace number 10
|
||||
# Switching around workspaces
|
||||
bindsym $mod+Mod1+l workspace next
|
||||
bindsym $mod+Mod1+h workspace prev
|
||||
# Move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace number 1
|
||||
bindsym $mod+Shift+2 move container to workspace number 2
|
||||
|
@ -221,6 +224,7 @@ bindsym $mod+r mode "resize"
|
|||
set $mode_launcher Launcher
|
||||
bindsym $mod+o mode "$mode_launcher"
|
||||
|
||||
# Clear notifications
|
||||
bindsym $mod+Ctrl+m exec makoctl dismiss -a
|
||||
|
||||
mode "$mode_launcher" {
|
||||
|
@ -249,11 +253,12 @@ for_window [app_id="pulsemixer"] floating enable
|
|||
for_window [app_id="qutebrowser"] move container to workspace number 2
|
||||
for_window [app_id="qutebrowser"] opacity 1
|
||||
for_window [app_id="emacs"] opacity 0.95
|
||||
#for_window [app_id="__focused__"] opacity 1
|
||||
for_window [app_id="__focused__"] opacity 1
|
||||
|
||||
exec emacs --daemon
|
||||
exec mako
|
||||
exec waystart
|
||||
exec export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||
|
||||
xwayland enable
|
||||
include /etc/sway/config.d/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue