mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-01 14:01:41 +00:00
Compare commits
No commits in common. "f061060796c6b38c0a71df9342a47a463d4bf272" and "e80a2ed715e5446f43c42512eaf864ffb5e6408a" have entirely different histories.
f061060796
...
e80a2ed715
g13
i3
rules
scripts/installers
systemd/user
@ -31,13 +31,12 @@ bind STICK_UP KEY_1
|
||||
bind STICK_RIGHT KEY_2
|
||||
bind STICK_DOWN KEY_3
|
||||
bind STICK_LEFT KEY_4
|
||||
bind DOWN KEY_
|
||||
|
||||
# Other
|
||||
bind G22 KEY_SPACE
|
||||
bind G15 KEY_LEFTSHIFT
|
||||
bind G20 KEY_LEFTCTRL
|
||||
bind DOWN KEY_ENTER
|
||||
bind LEFT KEY_TAB
|
||||
|
||||
# Character Movement
|
||||
bind G4 KEY_W
|
||||
|
@ -78,7 +78,6 @@ for_window [class="REAPER"] move to workspace $wsReaper
|
||||
|
||||
# Steam
|
||||
for_window [class="^Steam$"] move to workspace $wsGames
|
||||
for_window [title="^Steam$"] move to workspace $wsGames
|
||||
|
||||
# Bitwig
|
||||
for_window [class="^Show-splash-gtk$"] move to workspace $wsBitwig
|
||||
|
@ -209,15 +209,15 @@ bindsym $mod+n exec nautilus
|
||||
bindsym $mod+m exec nautilus ~/Videos
|
||||
|
||||
# Steam
|
||||
for_window [class="^steamwebhelper$" title="^Friends$"] floating enable
|
||||
for_window [class="^steamwebhelper$" title="Steam - News"] floating enable
|
||||
for_window [class="^steamwebhelper" title=".* - Chat"] floating enable
|
||||
for_window [class="^steamwebhelper$" title="^Settings$"] floating enable
|
||||
for_window [class="^steamwebhelper$" title=".* - event started"] floating enable
|
||||
for_window [class="^steamwebhelper$" title=".* CD key"] floating enable
|
||||
for_window [class="^steamwebhelper$" title="^Steam - Self Updater$"] floating enable
|
||||
for_window [class="^steamwebhelper$" title="^Screenshot Uploader$"] floating enable
|
||||
for_window [class="^steamwebhelper$" title="^Steam Guard - Computer Authorization Required$"] floating enable
|
||||
for_window [class="^Steam$" title="^Friends$"] floating enable
|
||||
for_window [class="^Steam$" 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 [class="^Steam$" title="^Steam Guard - Computer Authorization Required$"] floating enable
|
||||
for_window [title="^Steam Keyboard$"] floating enable
|
||||
|
||||
# Jetbrains
|
||||
|
@ -1,4 +0,0 @@
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0060", TAG+="uaccess"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="0063", TAG+="uaccess"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="006c", TAG+="uaccess"
|
||||
SUBSYSTEM=="usb", ATTRS{idVendor}=="0fd9", ATTRS{idProduct}=="006d", TAG+="uaccess"
|
@ -86,9 +86,5 @@ sudo echo $urlVersion > $versionFile
|
||||
sudo rm /etc/OpenCL/vendors/mesa.icd
|
||||
sudo rm /etc/OpenCL/vendors/pocl.icd
|
||||
|
||||
# gLib fix
|
||||
sudo mkdir /opt/resolve/libs/_disabled
|
||||
sudo mv /opt/resolve/libs/libglib-2.0.so* /opt/resolve/libs/_disabled
|
||||
|
||||
# Keyboard mapping fix
|
||||
setxkbmap -option 'caps:super'
|
||||
|
@ -1,24 +0,0 @@
|
||||
[Unit]
|
||||
Description=Streamdeck
|
||||
After=multi-user.target
|
||||
#Conflicts=getty@tty1.service
|
||||
#After=graphical.target
|
||||
#After = network.target
|
||||
|
||||
[Service]
|
||||
#Type=simple
|
||||
Type=idle
|
||||
Restart=on-failure
|
||||
#WorkingDirectory=/home/aqua
|
||||
#User=aqua
|
||||
#RemainAfterExit=true
|
||||
ExecStart=/usr/bin/python /home/aqua/git/streamdeck/streamdeck.py
|
||||
ExecStop=pkill -9 -f streamdeck.py
|
||||
#StandardInput=tty-force
|
||||
|
||||
#StandardOutput=append:/home/aqua/streamdeck.log
|
||||
#StandardError=append:/home/aqua/streamdeck.log
|
||||
|
||||
|
||||
[Install]
|
||||
WantedBy = multi-user.target
|
Loading…
x
Reference in New Issue
Block a user