kolejne zmiany, dużo, zebrało się
This commit is contained in:
@ -15,7 +15,7 @@ workspace 2 output eDP-1
|
||||
workspace 3 output DP-3
|
||||
workspace 4 output DP-3
|
||||
|
||||
workspace 5 output DP-4
|
||||
workspace 5 output DP-3
|
||||
|
||||
workspace 10 output eDP-1
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
for_window [app_id="(.*)telegram(.*)"] resize set 900 600, move scratchpad, border pixel 1
|
||||
for_window [class="Mattermost"] resize set 900 600, move scratchpad, border pixel 1
|
||||
for_window [title="WhatsApp"] move scratchpad, border pixel 1
|
||||
for_window [class="Element"] move scratchpad, resize set 1000 800, border pixel 1
|
||||
for_window [class="discord"] move scratchpad, border pixel 1
|
||||
for_window [window_role="floating"] floating enable
|
||||
for_window [class="QSyncthingTray"] floating enable
|
||||
@ -13,6 +14,8 @@ for_window [class="Gnome-calculator"] floating enable
|
||||
for_window [class="zoom"] move scratchpad, floating enable
|
||||
for_window [class="Signal"] move scratchpad
|
||||
|
||||
for_window [class="Trilium Notes"] move scratchpad, resize set 1200 800, border normal 2
|
||||
|
||||
for_window [class="pavucontrol"] floating enable
|
||||
for_window [app_id="zenity"] floating enable
|
||||
|
||||
|
@ -147,12 +147,12 @@ bindsym Shift+$mod+b exec rofi-buku
|
||||
## Screenshot // Screenshot active display // <Print> ##
|
||||
#bindsym Print exec $BIN_DIR/screenshots.sh display
|
||||
#bindsym --locked Print exec grim -o "$(swaymsg --type get_outputs --raw | jq -r '.[] | select(.focused) | .name')" - | swappy -f -
|
||||
bindsym --locked Print exec /usr/share/sway/scripts/grimshot --notify save area - | swappy -f -
|
||||
bindsym --locked Print exec grimshot --notify save area - | swappy -f -
|
||||
|
||||
## Screenshot // Screenshot current window // <><Print> ##
|
||||
#bindsym $mod+Print exec $BIN_DIR/screenshots.sh window
|
||||
#bindsym $mod+Print exec swaymsg -t get_tree | jq -r '.. | (.nodes? // empty)[] | select(.focused) | .rect | "\(.x),\(.y) \(.width)x\(.height)"' | grim -g - - | swappy -f -
|
||||
bindsym $mod+Print exec /usr/share/sway/scripts/grimshot --notify save output - | swappy -f -
|
||||
bindsym $mod+Print exec grimshot --notify save output - | swappy -f -
|
||||
|
||||
## Modify // Monitor brightness up // <XF86MonBrightnessUp> ##
|
||||
#bindsym XF86MonBrightnessUp exec light -A 5
|
||||
@ -201,6 +201,8 @@ bindsym $mod+x exec $BIN_DIR/dmenuscreenshare.sh
|
||||
bindsym $mod+p [class="Mattermost"] scratchpad show
|
||||
bindsym $mod+Shift+m [class="Thunderbird"] scratchpad show
|
||||
|
||||
bindsym $mod+n [class="Trilium Notes"] scratchpad show
|
||||
|
||||
bindsym $mod+i exec --no-startup-id /home/paramah/.config/rofi/launchers/type-4/launcher.sh -show window
|
||||
bindsym $mod+Shift+o exec --no-startup-id ~/.config/rofi/scripts/nmvpnmenu.sh
|
||||
bindsym $mod+o exec --no-startup-id ~/.config/rofi/scripts/sound.sh
|
||||
|
Reference in New Issue
Block a user