diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-11-05 18:54:01 +0100 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-11-05 18:54:01 +0100 |
commit | 60f14afda96b5b8edce3067cd35e4a91e85e8780 (patch) | |
tree | 02a57453c596ac145b2d43b6ce4ef81f9d9d127c | |
parent | 48ec52b47674cd8767ebacfb4d0b9b9c846c7446 (diff) |
minor cleanup
-rw-r--r-- | .config/aliases | 2 | ||||
-rw-r--r-- | .config/i3/config | 44 |
2 files changed, 2 insertions, 44 deletions
diff --git a/.config/aliases b/.config/aliases index 5952fd2..0ef5d22 100644 --- a/.config/aliases +++ b/.config/aliases @@ -42,7 +42,7 @@ alias barconf="nvim $XDG_CONFIG_HOME/polybar/config.ini" alias aliases="nvim $XDG_CONFIG_HOME/aliases" alias mixer="pulsemixer" -alias weather="curl wttr.in/$(<.config/forecast/location)" +alias weather="curl wttr.in/$(cat $HOME/.config/forecast/location)" _completion_loader git _completion_loader exa diff --git a/.config/i3/config b/.config/i3/config index 77b675b..c1751d9 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -66,48 +66,6 @@ hide_edge_borders smart popup_during_fullscreen smart focus_follows_mouse no -floating_maximum_size -1 x -1 -for_window [class="floating_window"] floating enable -for_window [window_role="pop-up"] floating enable -for_window [window_role="About"] floating enable - -for_window [class="gnome-calculator"] floating enable -for_window [class="baobab"] floating enable -for_window [class="Lxappearance"] floating enable -for_window [class="Piper"] floating enable -for_window [class="Pavucontrol"] floating enable -for_window [class="Pcmanfm"] floating enable -for_window [class="File-roller"] floating enable -for_window [title="GNOME Tweaks"] floating enable -for_window [title="Nitrogen"] floating enable -for_window [title="Network Connections"] floating enable -for_window [class="Nextcloud"] floating enable - -# Jetbrains -for_window [class="^com-intellij-updater-Runner$" title="^Update$"] floating enable -for_window [instance="^sun-awt-X11-XDialogPeer$" title="^Complete Installation$"] floating enable - -# Unity -for_window [class="^Unity$" title="^Starting Unity...$"] floating enable -for_window [class="^Unity$" title="^Hold On$"] floating enable -for_window [class="^Unity$" title="^Preparing Package$"] floating enable -for_window [class="^Unity$" title="^Importing Package$"] floating enable -for_window [class="unityhub"] floating enable -for_window [class="UnityHub"] floating enable - -# Steam https://github.com/ValveSoftware/steam-for-linux/issues/1040 -for_window [title="Friends List"] floating enable -for_window [class="^Steam$" title="^Friends$"] floating enable -for_window [class="^Steam$" title="Steam - News"] floating enable -for_window [title="Steam - News"] floating enable -for_window [class="^Steam$" title=".* - Chat"] floating enable -for_window [class="^Steam$" title="^Settings$"] floating enable -for_window [class="^Steam$" title=".* - event started"] floating enable -for_window [class="^Steam$" title=".* CD key"] floating enable -for_window [class="^Steam$" title="^Steam - Self Updater$"] floating enable -for_window [class="^Steam$" title="^Screenshot Uploader$"] floating enable -for_window [title="Steam Guard - Computer Authorization Required"] floating enable -for_window [class="^Steam$" title="^Steam Guard - Computer Authorization Required$"] floating enable -for_window [title="^Steam Keyboard$"] floating enable +for_window [title="pulsemixer"] floating enable exec_always --no-startup-id $HOME/.local/bin/barlaunch |