Compare commits

..

No commits in common. "7ddf3da777a9256e2b389b2e8817d05770e7ee6f" and "b3a0fdc298cbbfcdebcea768fae0aecf879f9265" have entirely different histories.

2 changed files with 3 additions and 10 deletions

View File

@ -35,7 +35,7 @@ import XMonad.Prompt.FuzzyMatch
import XMonad.Prompt.Shell
import XMonad.Prompt.Workspace
import XMonad.Hooks.WorkspaceHistory (workspaceHistoryHook)
import XMonad.Hooks.OnPropertyChange
import XMonad.Hooks.DynamicProperty
import qualified XMonad.StackSet as W
import qualified Data.Map as M
import Text.Regex.Posix
@ -177,7 +177,7 @@ myAdditionalKeys =
-- open terminal
, ("M-S-<Return>", spawnShell)
, ("M-b", spawn "librewolf")
, ("M-b", spawn "firefox")
-- layout
, ("M-t t", switchToLayout "Tall")
@ -250,7 +250,7 @@ myManageHook = composeAll . concat $
-- return (All True) if the default handler is to be run afterwards. To
-- combine event hooks use mappend or mconcat from Data.Monoid.
--
myEventHook = onXPropertyChange "WM_NAME" (title =? "Database.kdbx - KeePassXC" <||> title =? "Database.kdbx [Gesperrt] - KeePassXC" --> floating)
myEventHook = dynamicPropertyChange "WM_NAME" (title =? "Database.kdbx - KeePassXC" <||> title =? "Database.kdbx [Gesperrt] - KeePassXC" --> floating)
where floating = customFloating $ W.RationalRect (1/8) (1/8) (3/4) (3/4)
------------------------------------------------------------------------

View File

@ -167,13 +167,6 @@
- { src: mimeapps_x220.list, dest: ~/.config/mimeapps.list }
tags: x220
- name: Remove unwanted files
ansible.builtin.file:
path: "{{ item }}"
state: absent
loop:
- ~/.bash_profile
- name: Enable Lightdm
ansible.builtin.service:
name: lightdm