diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/xmonad/xmonad.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index f28cf4e2..5045dacc 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -305,7 +305,7 @@ in { | |||
305 | fira fira-code powerline-fonts nerdfonts pavucontrol keepassxc | 305 | fira fira-code powerline-fonts nerdfonts pavucontrol keepassxc |
306 | sxiv xclip mumble pulseaudio-ctl pamixer libnotify synergy | 306 | sxiv xclip mumble pulseaudio-ctl pamixer libnotify synergy |
307 | xorg.xbacklight screen-message | 307 | xorg.xbacklight screen-message |
308 | google-play-music-desktop-player qt5ct playerctl evince | 308 | ytmdesktop qt5ct playerctl evince |
309 | thunderbird wrappedZulip zoom-us steam steam-run wireshark | 309 | thunderbird wrappedZulip zoom-us steam steam-run wireshark |
310 | virt-manager rclone cached-nix-shell xournal xmonad worktime | 310 | virt-manager rclone cached-nix-shell xournal xmonad worktime |
311 | fira-code-symbols libreoffice xournalpp wrappedChrome | 311 | fira-code-symbols libreoffice xournalpp wrappedChrome |
diff --git a/accounts/gkleen@sif/xmonad/xmonad.hs b/accounts/gkleen@sif/xmonad/xmonad.hs index 48fb4ab2..c12c590d 100644 --- a/accounts/gkleen@sif/xmonad/xmonad.hs +++ b/accounts/gkleen@sif/xmonad/xmonad.hs | |||
@@ -338,7 +338,7 @@ hostFromName h | |||
338 | , NS "toggl" "toggldesktop" (className =? "Toggl Desktop") centerFloat | 338 | , NS "toggl" "toggldesktop" (className =? "Toggl Desktop") centerFloat |
339 | , NS "calendar" "minetime -- --force-device-scale-factor=1.6" (className =? "MineTime") centerFloat | 339 | , NS "calendar" "minetime -- --force-device-scale-factor=1.6" (className =? "MineTime") centerFloat |
340 | , NS "emacs" "emacsclient -c -F \"'(title . \\\"Scratchpad\\\")\"" (className =? "Emacs" <&&> title =? "Scratchpad") centerFloat | 340 | , NS "emacs" "emacsclient -c -F \"'(title . \\\"Scratchpad\\\")\"" (className =? "Emacs" <&&> title =? "Scratchpad") centerFloat |
341 | , NS "music" "google-play-music-desktop-player --force-device-scale-factor=1.6" (className =? "Google Play Music Desktop Player") centerFloat | 341 | -- , NS "music" "google-play-music-desktop-player --force-device-scale-factor=1.6" (className =? "Google Play Music Desktop Player") centerFloat |
342 | ] | 342 | ] |
343 | centerFloat = customFloating $ RationalRect (1 % 16) (1 % 16) (7 % 8) (7 % 8) | 343 | centerFloat = customFloating $ RationalRect (1 % 16) (1 % 16) (7 % 8) (7 % 8) |
344 | centerFloatSmall = customFloating $ RationalRect (1 % 4) (1 % 4) (1 % 2) (1 % 2) | 344 | centerFloatSmall = customFloating $ RationalRect (1 % 4) (1 % 4) (1 % 2) (1 % 2) |