my mother
This commit is contained in:
@@ -1,22 +1,29 @@
|
||||
#The best hot key ever
|
||||
bindsym ctrl+$mod+v exec firefox https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
||||
#disable mouse binds
|
||||
#bindsym $mod+shift+a exec ~/scripts/mouse.sh -0.5 0
|
||||
#bindsym $mod+shift+b exec ~/scripts/mouse.sh -0.5 1
|
||||
#The best hot key ever
|
||||
bindsym ctrl+$mod+v exec firefox https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
||||
#disable mouse binds
|
||||
#bindsym $mod+shift+a exec ~/scripts/mouse.sh -0.5 0
|
||||
#bindsym $mod+shift+b exec ~/scripts/mouse.sh -0.5 1
|
||||
|
||||
#This is Wallpaper
|
||||
exec_always --no-startup-id nitrogen --restore
|
||||
#This is Wallpaper
|
||||
exec_always --no-startup-id nitrogen --restore
|
||||
# Media Controls
|
||||
bindsym $mod+F3 exec --no-startup-id playerctl next
|
||||
bindsym $mod+F2 exec --no-startup-id playerctl play-pause
|
||||
bindsym $mod+F1 exec --no-startup-id playerctl previous
|
||||
|
||||
#polybar
|
||||
#polybar
|
||||
exec_always ~/.config/polybar/launch.sh --blocks
|
||||
|
||||
#bar {
|
||||
# status_command i3status
|
||||
# tray_output primary
|
||||
# font pango:DejaVU Sans Mono, PowerlineSymbols 12
|
||||
# status_command i3status-rs
|
||||
# position top
|
||||
# output primary
|
||||
# tray_output none
|
||||
#
|
||||
# colors {
|
||||
#
|
||||
# }
|
||||
# }
|
||||
|
||||
#picom
|
||||
@@ -39,8 +46,8 @@ exec_always setxkbmap -option "compose:ralt" -layout us -option "caps:escape"
|
||||
# FUCK YOU MICROSOFT (thank you copilot)
|
||||
# exec_always --no-startup-id xmodmap ~/.Xmodmap
|
||||
|
||||
#Useful thing to switch back when you press same switcher key
|
||||
workspace_auto_back_and_forth yes
|
||||
#Useful thing to switch back when you press same switcher key (this breaks the spotify move to workspace rule)
|
||||
#workspace_auto_back_and_forth yes
|
||||
|
||||
# dunstctl binds
|
||||
#bindsym Ctrl+space exec --no-startup-id dunstctl close-all
|
||||
|
||||
@@ -1,29 +1,29 @@
|
||||
|
||||
#Workspaces to monitors
|
||||
workspace $Terminal output primary DP-0 HDMI-0 DP-3 DVI-D-0 DVI-I-1
|
||||
workspace $Browsers output HDMI-0 DP-3 DVI-D-0 DVI-I-1 primary DP-0
|
||||
workspace $Code output primary DP-0 HDMI-0 DP-3 DVI-D-0 DVI-I-1
|
||||
workspace $Terminal output primary DP-0 HDMI-0 DP-3 DVI-D-0 DVI-I-1
|
||||
workspace $Browsers output HDMI-0 DP-3 DVI-D-0 DVI-I-1 primary DP-0
|
||||
workspace $Code output primary DP-0 HDMI-0 DP-3 DVI-D-0 DVI-I-1
|
||||
workspace $IRC output HDMI-0 DP-3 DVI-D-0 DVI-I-1 primary DP-0
|
||||
workspace $Media output primary DP-0 HDMI-0 DP-3 DVI-D-0 DVI-I-1
|
||||
workspace $Reading output HDMI-0 DP-3 DVI-D-0 DVI-I-1 primary DP-0
|
||||
workspace $Media output primary DP-0 HDMI-0 DP-3 DVI-D-0 DVI-I-1
|
||||
workspace $Reading output HDMI-0 DP-3 DVI-D-0 DVI-I-1 primary DP-0
|
||||
workspace $Youtube output primary HDMI-0 DP-3 DVI-D-0 DVI-I-1 DP-0
|
||||
workspace $Steam output HDMI-0 DP-3 DVI-D-0 DVI-I-1 primary DP-0
|
||||
workspace $Vm output primary DP-0 HDMI-0 DP-3 DVI-D-0 DVI-I-1
|
||||
workspace $Notes output DP-0 primary HDMI-0 DP-3 DVI-D-0 DVI-I-1
|
||||
workspace $Game output primary DP-0 HDMI-0 DP-3 DVI-D-0 DVI-I-1
|
||||
workspace $Steam output HDMI-0 DP-3 DVI-D-0 DVI-I-1 primary DP-0
|
||||
workspace $Vm output primary DP-0 HDMI-0 DP-3 DVI-D-0 DVI-I-1
|
||||
workspace $Notes output DP-0 primary HDMI-0 DP-3 DVI-D-0 DVI-I-1
|
||||
workspace $Game output primary DP-0 HDMI-0 DP-3 DVI-D-0 DVI-I-1
|
||||
workspace $Mail output HDMI-0 DP-3 DVI-D-0 DVI-I-1 primary DP-0
|
||||
|
||||
#Window Rules
|
||||
#Window Rules
|
||||
|
||||
|
||||
#Terminal
|
||||
assign [class = "kitty"] $Terminal
|
||||
assign [class = "kitty"] $Terminal
|
||||
assign [class = "qutebrowser"] $Terminal
|
||||
|
||||
for_window [title = "Mozilla Firefox (Private Browsing)"] move to workspace $Vm
|
||||
|
||||
#Browsers
|
||||
assign [class = "firefox"] $Browsers
|
||||
assign [class = "firefox"] $Browsers
|
||||
assign [class = "Microsoft-edge"] $Browsers
|
||||
assign [class = "Nemo"] $Browsers
|
||||
assign [class ="Pavucontrol"] $Browsers
|
||||
@@ -34,7 +34,7 @@ assign [class = "jetbrains-studio"] $Code
|
||||
assign [class = "neovide"] $Code
|
||||
|
||||
#Ircs
|
||||
assign [class = "discord"] $IRC
|
||||
assign [class = "discord"] $IRC
|
||||
assign [class = "Telegram"] $IRC
|
||||
|
||||
#Media
|
||||
@@ -46,20 +46,21 @@ assign [class = "rnote"] $Media
|
||||
assign [class = "kdenlive"] $Media
|
||||
|
||||
#Reading
|
||||
assign [class = "Zathura"] $Reading
|
||||
assign [class = "Zathura"] $Reading
|
||||
|
||||
#Youtube/Vidyas
|
||||
assign [class = "FreeTube"] $Youtube
|
||||
assign [class = "mpv"] $Youtube
|
||||
|
||||
|
||||
#Game Launchers
|
||||
assign [class = "heroic"] $Steam
|
||||
assign [class = "Steam"] $Steam
|
||||
assign [class = "heroic"] $Steam
|
||||
assign [class = "Steam"] $Steam
|
||||
assign [class = "Lutris"] $Steam
|
||||
assign [class = "r2modman"] $Steam
|
||||
assign [class = "MultiMC"] $Steam
|
||||
assign [class = "Artix Game Launcher"] $Steam
|
||||
assign [class = "battle.net.exe"] $Steam
|
||||
assign [class = "PrismLauncher"] $Steam
|
||||
|
||||
#Notes
|
||||
assign [class = "obsidian"] $Notes
|
||||
@@ -76,8 +77,8 @@ assign [class = "^.*steam"] $Game
|
||||
assign [class = "overwatch.exe"] $Game
|
||||
|
||||
#Mail
|
||||
assign [class = "Evolution"] $Mail
|
||||
assign [class = "thunderbird"] $Mail
|
||||
assign [class = "Evolution"] $Mail
|
||||
assign [class = "thunderbird"] $Mail
|
||||
|
||||
assign [class = "Virt-manager"] $Vm
|
||||
assign [class = "Google-chrome"] $Vm
|
||||
@@ -86,7 +87,7 @@ assign [class = "Chromium-browser"] $Vm
|
||||
|
||||
#More Rules
|
||||
#Classes
|
||||
for_window [class = "Spotify"] move to workspace $IRC
|
||||
for_window [class = "Spotify"] move to workspace $IRC
|
||||
for_window [class = "AppRun.wrapped"] floating enabled
|
||||
for_window [class = "Soundux"] floating enabled
|
||||
for_window [class = "Nemo"] floating enabled
|
||||
@@ -98,7 +99,7 @@ for_window [class = "flameshot"] floating enabled
|
||||
|
||||
#Workspaces
|
||||
|
||||
for_window [workspace = $Browsers] layout splitv
|
||||
for_window [workspace = $Browsers] layout splitv
|
||||
#for_window [workspace = $Steam] floating enabled
|
||||
for_window [workspace = $Steam] layout splitv
|
||||
#for_window [workspace = $Youtube] floating enabled
|
||||
@@ -109,9 +110,10 @@ for_window [class = "XTerm"] floating enabled
|
||||
for_window [class = "org.opensuse.YaST"] floating enabled
|
||||
|
||||
#Names
|
||||
for_window [title = "ani-cli"] move to workspace $Youtube
|
||||
for_window [title = "ani-cli"] move to workspace $Youtube
|
||||
for_window [title = "^.*Private"] move to workspace $Vm
|
||||
#for_window [title = "manga-cli"] move to workspace $Youtube
|
||||
for_window [title = "work" class = "kitty"] move to workspace $Code
|
||||
#for_window [title = "manga-cli"] move to workspace $Youtube
|
||||
|
||||
# Roles (Thanks greyfade :D)
|
||||
for_window [window_role="pop-up"] floating enable
|
||||
|
||||
Reference in New Issue
Block a user