Update
This commit is contained in:
		| @@ -170,7 +170,7 @@ gaps inner 10 | ||||
|  | ||||
| workspace 1 output eDP1 | ||||
| workspace 2 output eDP1 | ||||
| workspace 3 output HDMI1 | ||||
| workspace 3 output DP1-1 | ||||
|  | ||||
| # workspace settings | ||||
| workspace_auto_back_and_forth yes | ||||
| @@ -182,6 +182,7 @@ for_window [class="^.*"] title_format "%title [%class]" | ||||
| for_window [class="^.*"] border pixel 0 | ||||
| for_window [class="Telegram"] move scratchpad, border pixel 1 | ||||
| for_window [class="Mattermost"] move scratchpad, 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 | ||||
| for_window [class="Thunderbird" window_type="normal"] move scratchpad, floating enable, resize set 1600 1050, border pixel 2 | ||||
| @@ -200,8 +201,10 @@ bindsym Print exec "~/bin/screenshot.sh" | ||||
|  | ||||
| bindsym $mod+minus [class="Telegram"] scratchpad show | ||||
| bindsym $mod+p [class="Mattermost"] scratchpad show | ||||
| bindsym $mod+Shift+d [class="discord"] scratchpad show | ||||
| bindsym $mod+Shift+s [class="Joplin"] scratchpad show | ||||
| bindsym $mod+Shift+z [class="zoom"] scratchpad show | ||||
| bindsym $mod+Shift+x [class="Signal"] scratchpad show | ||||
| bindsym $mod+Shift+m [class="Thunderbird"] scratchpad show | ||||
|  | ||||
| bindsym $mod+Delete exec rofi -modi system:$HOME/.config/rofi/scripts/powermenu.sh -show system -theme themes/system-menu | ||||
| @@ -230,7 +233,7 @@ bindsym XF86MonBrightnessDown exec xrandr --output eDP1 --brightness 1.4 # decre | ||||
|  | ||||
| exec_always --no-startup-id $HOME/.config/polybar/launch.sh | ||||
| exec --no-startup-id ~/bin/autoconfgure_display.sh | ||||
| exec --no-startup-id i3-msg 'workspace 1; exec $TERMINAL; workspace 2; exec firefox;' | ||||
| exec --no-startup-id i3-msg 'workspace 1; exec $TERMINAL; workspace 2; exec chromium;' | ||||
| #exec --no-startup-id feh --bg-scale ~/Wallpapers/seneca.jpg | ||||
| exec --no-startup-id picom --config ~/.config/i3/picom.conf -b | ||||
| #exec --no-startup-id xset dpms 500 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user